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
 org.jboss.netty.channel.ChannelPipeline DefaultServerPipelineFactory.getPipeline(NettyConsumer consumer)
           
abstract  org.jboss.netty.channel.ChannelPipeline ServerPipelineFactory.getPipeline(NettyConsumer consumer)
          Returns a newly created ChannelPipeline.
 

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