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
 

Fields in org.apache.camel.component.netty declared as NettyConsumer
protected  NettyConsumer ServerPipelineFactory.consumer
           
 

Methods in org.apache.camel.component.netty that return NettyConsumer
 NettyConsumer ServerPipelineFactory.getConsumer()
           
 

Methods in org.apache.camel.component.netty with parameters of type NettyConsumer
 void ServerPipelineFactory.setConsumer(NettyConsumer consumer)
           
 

Constructors in org.apache.camel.component.netty with parameters of type NettyConsumer
DefaultServerPipelineFactory(NettyConsumer consumer)
           
ServerPipelineFactory(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