ChunkedStreamSinkConduit(StreamSinkConduit next,
ByteBufferPool bufferPool,
boolean configurable,
boolean passClose,
HeaderMap responseHeaders,
ConduitListener<? super ChunkedStreamSinkConduit> finishListener,
Attachable attachable)
Construct a new instance.
|
ChunkedStreamSourceConduit(StreamSourceConduit next,
io.undertow.conduits.ChunkedStreamSourceConduit.BufferWrapper bufferWrapper,
ConduitListener<? super ChunkedStreamSourceConduit> finishListener,
Attachable attachable,
HttpServerExchange exchange,
Closeable closeable) |
ChunkedStreamSourceConduit(StreamSourceConduit next,
HttpServerExchange exchange,
ConduitListener<? super ChunkedStreamSourceConduit> finishListener) |
ChunkedStreamSourceConduit(StreamSourceConduit next,
PushBackStreamSourceConduit channel,
ByteBufferPool pool,
ConduitListener<? super ChunkedStreamSourceConduit> finishListener,
Attachable attachable,
Closeable closeable) |
FinishableStreamSinkConduit(StreamSinkConduit delegate,
ConduitListener<? super FinishableStreamSinkConduit> finishListener) |
FinishableStreamSourceConduit(StreamSourceConduit next,
ConduitListener<? super FinishableStreamSourceConduit> finishListener) |
FixedLengthStreamSourceConduit(StreamSourceConduit next,
long contentLength,
ConduitListener<? super FixedLengthStreamSourceConduit> finishListener)
Construct a new instance.
|
FixedLengthStreamSourceConduit(StreamSourceConduit next,
long contentLength,
ConduitListener<? super FixedLengthStreamSourceConduit> finishListener,
HttpServerExchange exchange)
Construct a new instance.
|
HeadStreamSinkConduit(StreamSinkConduit next,
ConduitListener<? super HeadStreamSinkConduit> finishListener)
Construct a new instance.
|
HeadStreamSinkConduit(StreamSinkConduit next,
ConduitListener<? super HeadStreamSinkConduit> finishListener,
boolean shutdownDelegate)
Construct a new instance.
|
PreChunkedStreamSinkConduit(StreamSinkConduit next,
ConduitListener<? super PreChunkedStreamSinkConduit> finishListener,
Attachable attachable)
Construct a new instance.
|