Package | Description |
---|---|
io.undertow.client | |
io.undertow.conduits | |
io.undertow.server | |
io.undertow.server.protocol.ajp | |
io.undertow.server.protocol.http | |
io.undertow.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientExchange |
Modifier and Type | Class and Description |
---|---|
class |
ClientRequest
A client request.
|
class |
ClientResponse
A client response.
|
Constructor and Description |
---|
ChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
org.xnio.Pool<ByteBuffer> 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) |
ChunkedStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next,
org.xnio.conduits.PushBackStreamSourceConduit channel,
org.xnio.Pool<ByteBuffer> pool,
ConduitListener<? super ChunkedStreamSourceConduit> finishListener,
Attachable attachable) |
PreChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
ConduitListener<? super PreChunkedStreamSinkConduit> finishListener,
Attachable attachable)
Construct a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerConnection |
class |
HttpServerExchange
An HTTP server request/response exchange.
|
class |
ServerConnection
A server connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AjpServerConnection
A server-side AJP connection.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServerConnection
A server-side HTTP connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttachable
A thing which can have named attachments.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.