Package | Description |
---|---|
org.apache.camel.component.netty | |
org.apache.camel.component.netty.handlers |
Class and Description |
---|
ChannelHandlerFactory
Factory for creating new
ChannelHandler used for non shareable encoders and decoders configured on the Camel
NettyComponent . |
ClientInitializerFactory
Factory to create
ChannelPipeline for clients, eg NettyProducer . |
DefaultChannelHandlerFactory |
NettyCamelState
Stores state for
NettyProducer when sending messages. |
NettyCamelStateCorrelationManager
To manage and correlate state of
NettyCamelState when doing request/reply via NettyProducer . |
NettyComponent |
NettyConfiguration |
NettyConsumer |
NettyEndpoint
Socket level networking using TCP or UDP with Netty 4.x.
|
NettyProducer |
NettyServerBootstrapConfiguration |
NettyServerBootstrapFactory
Factory for setting up Netty
ServerBootstrap and all the needed logic for doing that. |
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 . |
TextLineDelimiter
Possible text line delimiters to be used with the textline codec.
|
Class and Description |
---|
NettyConsumer |
NettyProducer |
Apache Camel