Interface | Description |
---|---|
PipelineConfigurator<R,W> |
A contract for configuring Netty's channel pipeline according to the required protocol.
|
PrimitiveConversionHandler.DelayedTransformationMessage |
Class | Description |
---|---|
ByteArrayPipelineConfigurator | |
ObservableAdapter |
An adapter that converts a message generated by netty's pipeline to an Observable event.
|
PipelineConfiguratorComposite<I,O> |
A composable implementation of
PipelineConfigurator to compose a pipeline configuration out of multiple
PipelineConfigurator implementations. |
PipelineConfigurators |
Utility class that provides a variety of
PipelineConfigurator implementations |
PrimitiveConversionHandler | |
ReadTimeoutPipelineConfigurator |
An implementation of
PipelineConfigurator to configure a read time handler. |
RxRequiredConfigurator<I,O> |
An implementation of
PipelineConfigurator which is ALWAYS added at the end of the pipeline. |
StringMessageConfigurator |
An implementation of
PipelineConfigurator to configure StringEncoder and StringDecoder to
convert incoming ByteBuf into String and outgoing String as ByteBuf |