Package net.shibboleth.sp.messaging.impl
Class RemotedlHttpServletResponseSupplier
java.lang.Object
net.shibboleth.sp.messaging.impl.RemotedlHttpServletResponseSupplier
- All Implemented Interfaces:
Supplier<HttpServletResponse>,NonnullSupplier<HttpServletResponse>
@NotThreadSafe
public class RemotedlHttpServletResponseSupplier
extends Object
implements NonnullSupplier<HttpServletResponse>
An implementation of
NonnullSupplier which looks up the current thread-local
servlet response obtained from RemotedHttpServletRequestResponseContext, raising an
IllegalStateException if null.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemotedlHttpServletResponseSupplier
public RemotedlHttpServletResponseSupplier()
-
-
Method Details
-
get
- Specified by:
getin interfaceNonnullSupplier<HttpServletResponse>- Specified by:
getin interfaceSupplier<HttpServletResponse>
-