Uses of Package
org.apache.camel.component.netty

Packages that use org.apache.camel.component.netty
org.apache.camel.component.netty   
org.apache.camel.component.netty.handlers   
 

Classes in org.apache.camel.component.netty used by org.apache.camel.component.netty
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 boos 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 boos 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 clients, eg NettyConsumer.
TextLineDelimiter
          Possible text line delimiters to be used with the textline codec.
 

Classes in org.apache.camel.component.netty used by org.apache.camel.component.netty.handlers
NettyConsumer
           
NettyProducer
           
 



Apache Camel