Interface | Description |
---|---|
DrainSupport<T> |
Allows to set a
Handler which is notified once the write queue is drained again. |
ExceptionSupport<T> | |
ReadStream<T> |
Represents a stream of data that can be read from.
|
ReadSupport<T,M> |
Allows to set a
Handler which is notified once data was read. |
WriteStream<T> |
Represents a stream of data that can be written to
|
Class | Description |
---|---|
Pump |
Pumps data from a
ReadStream to a WriteStream and performs flow control where necessary to
prevent the write stream buffer from getting overfull. |