Uses of Interface
org.apache.camel.component.netty.ChannelHandlerFactory

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

Uses of ChannelHandlerFactory in org.apache.camel.component.netty
 

Classes in org.apache.camel.component.netty that implement ChannelHandlerFactory
 class ShareableChannelHandlerFactory
          A ChannelHandlerFactory returning a shareable ChannelHandler.
 

Methods in org.apache.camel.component.netty that return ChannelHandlerFactory
static ChannelHandlerFactory ChannelHandlerFactories.newDelimiterBasedFrameDecoder(int maxFrameLength, org.jboss.netty.buffer.ChannelBuffer[] delimiters)
           
static ChannelHandlerFactory ChannelHandlerFactories.newLengthFieldBasedFrameDecoder(int maxFrameLength, int lengthFieldOffset, int lengthFieldLength, int lengthAdjustment, int initialBytesToStrip)
           
static ChannelHandlerFactory ChannelHandlerFactories.newObjectDecoder()
           
static ChannelHandlerFactory ChannelHandlerFactories.newObjectEncoder()
           
static ChannelHandlerFactory ChannelHandlerFactories.newStringDecoder(Charset charset)
           
static ChannelHandlerFactory ChannelHandlerFactories.newStringEncoder(Charset charset)
           
 



Apache Camel