| AbstractFixedLengthStreamSinkConduit |
A channel which writes a fixed amount of data.
|
| AbstractFramedStreamSinkConduit |
Utility class to ease the implementation of framed protocols.
|
| AbstractFramedStreamSinkConduit.PooledBufferFrameCallback |
|
| AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback |
|
| BrokenStreamSourceConduit |
|
| BytesReceivedStreamSourceConduit |
|
| BytesSentStreamSinkConduit |
|
| ChunkedStreamSinkConduit |
Channel that implements HTTP chunked transfer coding.
|
| ChunkedStreamSourceConduit |
Channel to de-chunkify data
|
| DebuggingStreamSinkConduit |
Conduit that saves all the data that is written through it and can dump it to the console
|
| DebuggingStreamSourceConduit |
Conduit that saves all the data that is written through it and can dump it to the console
|
| DeflatingStreamSinkConduit |
Channel that handles deflate compression
|
| EmptyStreamSourceConduit |
A stream source conduit which is always empty.
|
| FinishableStreamSinkConduit |
|
| FinishableStreamSourceConduit |
A conduit that calls a finish listener when there is no data left in the underlying conduit.
|
| FixedLengthStreamSourceConduit |
A channel which reads data of a fixed length and calls a finish listener.
|
| GzipStreamSinkConduit |
|
| GzipStreamSourceConduit |
|
| HeadStreamSinkConduit |
A conduit that discards all data written to it.
|
| IdleTimeoutConduit |
Conduit that adds support to close a channel once for a specified time no
reads and no writes were performed.
|
| InflatingStreamSourceConduit |
|
| PreChunkedStreamSinkConduit |
Channel that implements HTTP chunked transfer coding for data streams that already have chunk markers.
|
| RangeStreamSinkConduit |
|
| RateLimitingStreamSinkConduit |
Class that implements the token bucket algorithm.
|
| ReadDataStreamSourceConduit |
|
| ReadTimeoutStreamSourceConduit |
Wrapper for read timeout.
|
| StoredResponseStreamSinkConduit |
|
| WriteTimeoutStreamSinkConduit |
Wrapper for write timeout.
|