Uses of Interface
io.undertow.util.Attachable
Packages that use Attachable
Package
Description
-
Uses of Attachable in io.undertow.client
Subinterfaces of Attachable in io.undertow.clientClasses in io.undertow.client that implement AttachableModifier and TypeClassDescriptionfinal classA client request.final classA client response. -
Uses of Attachable in io.undertow.client.http2
Classes in io.undertow.client.http2 that implement Attachable -
Uses of Attachable in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type AttachableModifierConstructorDescriptionChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ByteBufferPool bufferPool, boolean configurable, boolean passClose, HeaderMap responseHeaders, ConduitListener<? super ChunkedStreamSinkConduit> finishListener, Attachable attachable) Construct a new instance.protectedChunkedStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next, io.undertow.conduits.ChunkedStreamSourceConduit.BufferWrapper bufferWrapper, ConduitListener<? super ChunkedStreamSourceConduit> finishListener, Attachable attachable, HttpServerExchange exchange, Closeable closeable, org.xnio.conduits.PushBackStreamSourceConduit channel) ChunkedStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next, org.xnio.conduits.PushBackStreamSourceConduit channel, ByteBufferPool pool, ConduitListener<? super ChunkedStreamSourceConduit> finishListener, Attachable attachable, Closeable closeable) PreChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ConduitListener<? super PreChunkedStreamSinkConduit> finishListener, Attachable attachable) Construct a new instance. -
Uses of Attachable in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp with parameters of type AttachableModifier and TypeMethodDescriptionAjpClientChannel.sendRequest(HttpString method, String path, HttpString protocol, HeaderMap headers, Attachable attachable, org.xnio.ChannelListener<AjpClientRequestClientStreamSinkChannel> finishListener) -
Uses of Attachable in io.undertow.protocols.http2
Classes in io.undertow.protocols.http2 that implement Attachable -
Uses of Attachable in io.undertow.server
Classes in io.undertow.server that implement AttachableModifier and TypeClassDescriptionclassfinal classAn HTTP server request/response exchange.classA server connection. -
Uses of Attachable in io.undertow.server.handlers.sse
Classes in io.undertow.server.handlers.sse that implement AttachableModifier and TypeClassDescriptionclassRepresents the server side of a Server Sent Events connection. -
Uses of Attachable in io.undertow.server.protocol.ajp
Classes in io.undertow.server.protocol.ajp that implement Attachable -
Uses of Attachable in io.undertow.server.protocol.http
Classes in io.undertow.server.protocol.http that implement Attachable -
Uses of Attachable in io.undertow.server.protocol.http2
Classes in io.undertow.server.protocol.http2 that implement Attachable -
Uses of Attachable in io.undertow.util
Classes in io.undertow.util that implement AttachableModifier and TypeClassDescriptionclassA thing which can have named attachments.