Package | Description |
---|---|
io.undertow.client.ajp | |
io.undertow.client.http | |
io.undertow.conduits | |
io.undertow.server.protocol.ajp |
Constructor and Description |
---|
AjpClientResponseConduit(org.xnio.conduits.StreamSourceConduit delegate,
io.undertow.client.ajp.AjpClientConnection connection,
io.undertow.client.ajp.AjpClientRequestConduit ajpClientRequestConduit,
ConduitListener<? super AjpClientResponseConduit> finishListener) |
Modifier and Type | Field and Description |
---|---|
ConduitListener<org.xnio.conduits.StreamSinkConduit> |
HttpClientConnection.requestFinishListener |
ConduitListener<org.xnio.conduits.StreamSourceConduit> |
HttpClientConnection.responseFinishedListener |
Constructor and Description |
---|
ChunkedStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
boolean configurable,
boolean passClose,
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,
HttpServerExchange exchange,
ConduitListener<? super ChunkedStreamSourceConduit> finishListener) |
ChunkedStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next,
org.xnio.conduits.PushBackStreamSourceConduit channel,
org.xnio.Pool<ByteBuffer> pool,
ConduitListener<? super ChunkedStreamSourceConduit> finishListener,
Attachable attachable) |
FinishableStreamSinkConduit(org.xnio.conduits.StreamSinkConduit delegate,
ConduitListener<? super FinishableStreamSinkConduit> finishListener) |
FinishableStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next,
ConduitListener<? super FinishableStreamSourceConduit> finishListener) |
FixedLengthStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
long contentLength,
boolean configurable,
boolean propagateClose,
ConduitListener<? super FixedLengthStreamSinkConduit> finishListener)
Construct a new instance.
|
FixedLengthStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next,
long contentLength,
ConduitListener<? super FixedLengthStreamSourceConduit> finishListener)
Construct a new instance.
|
FixedLengthStreamSourceConduit(org.xnio.conduits.StreamSourceConduit next,
long contentLength,
ConduitListener<? super FixedLengthStreamSourceConduit> finishListener,
HttpServerExchange exchange)
Construct a new instance.
|
HeadStreamSinkConduit(org.xnio.conduits.StreamSinkConduit next,
ConduitListener<? super HeadStreamSinkConduit> finishListener)
Construct a new instance.
|
Constructor and Description |
---|
AjpServerRequestConduit(org.xnio.conduits.StreamSourceConduit delegate,
HttpServerExchange exchange,
io.undertow.server.protocol.ajp.AjpServerResponseConduit ajpResponseConduit,
Long size,
ConduitListener<? super AjpServerRequestConduit> finishListener) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.