Uses of Interface
io.undertow.util.Attachable
-
-
Uses of Attachable in io.undertow.client
Subinterfaces of Attachable in io.undertow.client Modifier and Type Interface Description interfaceClientExchangeClasses in io.undertow.client that implement Attachable Modifier and Type Class Description classClientRequestA client request.classClientResponseA client response. -
Uses of Attachable in io.undertow.client.http2
Classes in io.undertow.client.http2 that implement Attachable Modifier and Type Class Description classHttp2ClientExchange -
Uses of Attachable in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type Attachable Constructor Description ChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next, ByteBufferPool bufferPool, boolean configurable, boolean passClose, HeaderMap responseHeaders, ConduitListener<? super ChunkedStreamSinkConduit> finishListener, Attachable attachable)Construct a new instance.ChunkedStreamSourceConduit(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 Attachable Modifier and Type Method Description AjpClientRequestClientStreamSinkChannelAjpClientChannel. 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 Modifier and Type Class Description classHttp2ChannelHTTP2 channel. -
Uses of Attachable in io.undertow.server
Classes in io.undertow.server that implement Attachable Modifier and Type Class Description classAbstractServerConnectionclassHttpServerExchangeAn HTTP server request/response exchange.classServerConnectionA server connection. -
Uses of Attachable in io.undertow.server.handlers.sse
Classes in io.undertow.server.handlers.sse that implement Attachable Modifier and Type Class Description classServerSentEventConnectionRepresents 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 Modifier and Type Class Description classAjpServerConnectionA server-side AJP connection. -
Uses of Attachable in io.undertow.server.protocol.http
Classes in io.undertow.server.protocol.http that implement Attachable Modifier and Type Class Description classHttpServerConnectionA server-side HTTP connection. -
Uses of Attachable in io.undertow.server.protocol.http2
Classes in io.undertow.server.protocol.http2 that implement Attachable Modifier and Type Class Description classHttp2ServerConnectionA server connection. -
Uses of Attachable in io.undertow.util
Classes in io.undertow.util that implement Attachable Modifier and Type Class Description classAbstractAttachableA thing which can have named attachments.
-