| Interface | Description |
|---|---|
| ChannelHandlerFactory |
Factory for creating new
ChannelHandler used for non shareable
encoders and decoders configured on the Camel NettyComponent. |
| NettyServerBootstrapFactory |
Factory for setting up Netty
ServerBootstrap and all
the needed logic for doing that. |
| Class | Description |
|---|---|
| CamelNettyThreadNameDeterminer | |
| ChannelHandlerFactories |
Helper to create commonly used
ChannelHandlerFactory instances. |
| ClientModeTCPNettyServerBootstrapFactory |
A
NettyServerBootstrapFactory which is used by a single consumer (not shared). |
| ClientPipelineFactory |
Factory to create
ChannelPipeline for clients, eg NettyProducer. |
| DefaultClientPipelineFactory | |
| DefaultServerPipelineFactory | |
| NettyCamelState |
Stores state for
NettyProducer when sending messages. |
| NettyClientBossPoolBuilder |
A builder to create Netty
BossPool which can be used for sharing boss pools
with multiple Netty NettyServerBootstrapFactory server bootstrap configurations. |
| NettyComponent | |
| NettyConfiguration | |
| NettyConstants |
Netty constants
|
| NettyConsumer | |
| NettyConsumerExceptionHandler | |
| NettyConverter |
A set of converter methods for working with Netty types
|
| NettyEndpoint |
Socket level networking using TCP or UDP with the Netty 3.x library.
|
| 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 | |
| NettyServerBootstrapConfiguration | |
| NettyServerBossPoolBuilder |
A builder to create Netty
BossPool which can be used for sharing boss pools
with multiple Netty NettyServerBootstrapFactory server bootstrap configurations. |
| NettyWorkerPoolBuilder |
A builder to create Netty
WorkerPool which can be used for sharing worker pools
with multiple Netty NettyServerBootstrapFactory server bootstrap configurations. |
| ServerPipelineFactory |
Factory to create
ChannelPipeline for server, eg NettyConsumer. |
| ShareableChannelHandlerFactory |
A
ChannelHandlerFactory returning a shareable ChannelHandler. |
| SharedSingletonObjectPool<T> |
An
ObjectPool that uses a single shared instance. |
| SingleTCPNettyServerBootstrapFactory |
A
NettyServerBootstrapFactory which is used by a single consumer (not shared). |
| SingleUDPNettyServerBootstrapFactory |
A
NettyServerBootstrapFactory which is used by a single consumer (not shared). |
| Enum | Description |
|---|---|
| TextLineDelimiter |
Possible text line delimiters to be used with the textline codec.
|
Apache Camel