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 . |
ClientPipelineFactory
Factory to create
ChannelPipeline for clients, eg NettyProducer . |
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 |
NettyConsumer |
NettyEndpoint |
NettyProducer |
NettyServerBootstrapConfiguration |
NettyServerBootstrapFactory
Factory for setting up Netty
ServerBootstrap and all
the needed logic for doing that. |
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 . |
TextLineDelimiter
Possible text line delimiters to be used with the textline codec.
|
Class and Description |
---|
NettyConsumer |
NettyProducer |
Apache Camel