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.
NettyComponent
           
NettyConfiguration
           
NettyConsumer
           
NettyEndpoint
           
NettyProducer
           
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