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

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

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

Fields in org.apache.camel.component.netty declared as NettyProducer
protected  NettyProducer ClientPipelineFactory.producer
           
 

Methods in org.apache.camel.component.netty that return NettyProducer
 NettyProducer ClientPipelineFactory.getProducer()
           
 

Methods in org.apache.camel.component.netty with parameters of type NettyProducer
 void ClientPipelineFactory.setProducer(NettyProducer producer)
           
 

Constructors in org.apache.camel.component.netty with parameters of type NettyProducer
ClientPipelineFactory(NettyProducer producer, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
           
DefaultClientPipelineFactory(NettyProducer producer, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
           
 

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

Constructors in org.apache.camel.component.netty.handlers with parameters of type NettyProducer
ClientChannelHandler(NettyProducer producer, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
           
 



Apache CAMEL