Interface | Description |
---|---|
ChannelHandlerFactory |
Factory for creating new
ChannelHandler used for non shareable
encoders and decoders configured on the Camel NettyComponent . |
NettyCamelStateCorrelationManager |
To manage and correlate state of
NettyCamelState when doing request/reply via NettyProducer . |
NettyServerBootstrapFactory |
Factory for setting up Netty
ServerBootstrap and all
the needed logic for doing that. |
Class | Description |
---|---|
ChannelHandlerFactories |
Helper to create commonly used
ChannelHandlerFactory instances. |
ClientInitializerFactory |
Factory to create
ChannelPipeline for clients, eg NettyProducer . |
ClientModeTCPNettyServerBootstrapFactory |
A
NettyServerBootstrapFactory which is used by a single consumer (not shared). |
DefaultChannelHandlerFactory | |
DefaultClientInitializerFactory | |
DefaultNettyCamelStateCorrelationManager | |
DefaultServerInitializerFactory | |
NettyCamelState |
Stores state for
NettyProducer when sending messages. |
NettyComponent | |
NettyComponentConfigurer |
Source code generated by org.apache.camel:apt
|
NettyConfiguration | |
NettyConstants |
Netty constants
|
NettyConsumer | |
NettyConsumerExceptionHandler | |
NettyConverter |
A set of converter methods for working with Netty types
|
NettyConverterLoader |
Source code generated by org.apache.camel:apt
|
NettyEndpoint |
Socket level networking using TCP or UDP with the Netty 4.x library.
|
NettyEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
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
EventLoopGroup which can be used for executor boss events
with multiple Netty NettyServerBootstrapFactory server bootstrap configurations. |
NettyWorkerPoolBuilder |
A builder to create Netty
EventLoopGroup which can be used for sharing worker pools
with multiple Netty NettyServerBootstrapFactory server bootstrap configurations. |
ServerInitializerFactory |
Factory to create
ChannelPipeline for servers, 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). |
TimeoutCorrelationManagerSupport |
A base class for using
NettyCamelStateCorrelationManager that supports timeout. |
Enum | Description |
---|---|
TextLineDelimiter |
Possible text line delimiters to be used with the textline codec.
|
Apache Camel