Interface | Description |
---|---|
ChannelHandlerFactory |
Factory for creating new
ChannelHandler used for non shareable
encoders and decoders configured on the Camel NettyComponent . |
Class | Description |
---|---|
ChannelHandlerFactories |
Helper to create commonly used
ChannelHandlerFactory instances. |
ClientPipelineFactory |
Factory to create
ChannelPipeline for clients, eg NettyProducer . |
DefaultClientPipelineFactory | |
DefaultServerPipelineFactory | |
NettyCamelState |
Stores state for
NettyProducer when sending messages. |
NettyComponent | |
NettyConfiguration | |
NettyConstants |
Netty constants
|
NettyConsumer | |
NettyConsumerExceptionHandler | |
NettyConverter |
A set of converter methods for working with Netty types
|
NettyEndpoint | |
NettyHelper |
Helper class used internally by camel-netty using Netty.
|
NettyPayloadHelper |
Helper to get and set the correct payload when transferring data using camel-netty.
|
NettyProducer | |
ServerPipelineFactory |
Factory to create
ChannelPipeline for clients, eg NettyConsumer . |
ShareableChannelHandlerFactory |
A
ChannelHandlerFactory returning a shareable ChannelHandler . |
SharedSingletonObjectPool<T> |
An
ObjectPool that uses a single shared instance. |
Enum | Description |
---|---|
TextLineDelimiter |
Possible text line delimiters to be used with the textline codec.
|
Apache Camel