| Class | Description |
|---|---|
| CollectBytes |
An
Observable.Transformer to collect a stream of ByteBufs into a single
ByteBuf. |
| LineReader |
A utility class to be used with a channel handler to parse
ByteBuffers that contain strings terminated with
a new line. |
| LoggingHandlerFactory |
LoggingHandler is a shaerable handler and hence need not be created for all channels. |
| StringLineDecoder |
A decoder that breaks an incoming
ByteBufs into a list of strings delimited by a new line. |
| UnicastBufferingSubject<T> |
An
Observable that only supports a single active subscriber and buffers messages on back pressure and when
there is no active subscription. |
| Exception | Description |
|---|---|
| CollectBytes.TooMuchDataException |