Uses of Class
org.apache.camel.component.netty.http.NettyHttpConsumer

Packages that use NettyHttpConsumer
org.apache.camel.component.netty.http   
org.apache.camel.component.netty.http.handlers   
 

Uses of NettyHttpConsumer in org.apache.camel.component.netty.http
 

Fields in org.apache.camel.component.netty.http declared as NettyHttpConsumer
protected  NettyHttpConsumer HttpServerPipelineFactory.consumer
           
 

Methods in org.apache.camel.component.netty.http with parameters of type NettyHttpConsumer
 void HttpServerConsumerChannelFactory.addConsumer(NettyHttpConsumer consumer)
          Adds the given consumer.
protected  HttpServerBootstrapFactory NettyHttpComponent.getOrCreateHttpNettyServerBootstrapFactory(NettyHttpConsumer consumer)
           
 void HttpServerConsumerChannelFactory.removeConsumer(NettyHttpConsumer consumer)
          Removes the given consumer
 

Constructors in org.apache.camel.component.netty.http with parameters of type NettyHttpConsumer
HttpServerPipelineFactory(NettyHttpConsumer nettyConsumer)
           
 

Uses of NettyHttpConsumer in org.apache.camel.component.netty.http.handlers
 

Methods in org.apache.camel.component.netty.http.handlers with parameters of type NettyHttpConsumer
 void HttpServerMultiplexChannelHandler.addConsumer(NettyHttpConsumer consumer)
           
 void HttpServerMultiplexChannelHandler.removeConsumer(NettyHttpConsumer consumer)
           
 

Constructors in org.apache.camel.component.netty.http.handlers with parameters of type NettyHttpConsumer
HttpServerChannelHandler(NettyHttpConsumer consumer)
           
 



Apache Camel