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
 void SingleTCPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer)
           
 void SingleUDPNettyServerBootstrapFactory.addConsumer(NettyConsumer consumer)
           
 void NettyServerBootstrapFactory.addConsumer(NettyConsumer consumer)
          When a NettyConsumer is added and uses this bootstrap factory.
 ServerPipelineFactory DefaultServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
           
abstract  ServerPipelineFactory ServerPipelineFactory.createPipelineFactory(NettyConsumer consumer)
          Creates a new ClientPipelineFactory using the given NettyConsumer
 void SingleTCPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer)
           
 void SingleUDPNettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer)
           
 void NettyServerBootstrapFactory.removeConsumer(NettyConsumer consumer)
          When a NettyConsumer is removed and no longer using this bootstrap factory.
 

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

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

Methods in org.apache.camel.component.netty.handlers with parameters of type NettyConsumer
protected  org.jboss.netty.channel.ChannelFutureListener ServerChannelHandler.createResponseFutureListener(NettyConsumer consumer, org.apache.camel.Exchange exchange, SocketAddress remoteAddress)
          Creates the ChannelFutureListener to execute when writing the response is complete.
 

Constructors in org.apache.camel.component.netty.handlers with parameters of type NettyConsumer
ServerChannelHandler(NettyConsumer consumer)
           
ServerResponseFutureListener(NettyConsumer consumer, org.apache.camel.Exchange exchange, SocketAddress remoteAddress)
           
 



Apache Camel