Uses of Class
org.apache.camel.component.netty.NettyConsumer

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

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

Methods in org.apache.camel.component.netty with parameters of type NettyConsumer
abstract  ServerPipelineFactory ServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
          Creates a new ClientPipelineFactory using the given NettyConsumer
 ServerPipelineFactory DefaultServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
           
 

Constructors in org.apache.camel.component.netty with parameters of type NettyConsumer
DefaultServerPipelineFactory(NettyConsumer consumer)
           
 

Uses of NettyConsumer in org.apache.camel.component.netty.handlers
 

Constructors in org.apache.camel.component.netty.handlers with parameters of type NettyConsumer
ServerChannelHandler(NettyConsumer consumer)
           
 



Apache CAMEL