Package org.apache.camel.component.netty

Interface Summary
ChannelHandlerFactory Factory for creating new ChannelHandler used for non shareable encoders and decoders configured on the Camel NettyComponent.
 

Class Summary
ChannelHandlerFactories Helper to create commonly used ChannelHandlerFactory instances.
ClientPipelineFactory Factory to create ChannelPipeline for clients, eg NettyProducer.
DefaultClientPipelineFactory  
DefaultServerPipelineFactory  
NettyCamelState Stores state for NettyProducer when sending messages.
NettyComponent  
NettyConfiguration  
NettyConstants Netty constants
NettyConsumer  
NettyConverter A set of converter methods for working with Netty types
NettyEndpoint  
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  
ServerPipelineFactory Factory to create ChannelPipeline for clients, eg NettyConsumer.
ShareableChannelHandlerFactory A ChannelHandlerFactory returning a shareable ChannelHandler.
 

Enum Summary
TextLineDelimiter Possible text line delimiters to be used with the textline codec.
 



Apache CAMEL