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.