Uses of Interface
org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory

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

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

Methods in org.apache.camel.component.netty.http that return HttpServerConsumerChannelFactory
 HttpServerConsumerChannelFactory DefaultNettySharedHttpServer.getConsumerChannelFactory()
           
 HttpServerConsumerChannelFactory NettySharedHttpServer.getConsumerChannelFactory()
          Gets the HttpServerConsumerChannelFactory to use.
 HttpServerConsumerChannelFactory NettyHttpComponent.getMultiplexChannelHandler(int port)
           
 

Constructors in org.apache.camel.component.netty.http with parameters of type HttpServerConsumerChannelFactory
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory)
           
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory, boolean compatibleCheck)
           
HttpServerSharedPipelineFactory(NettySharedHttpServerBootstrapConfiguration configuration, HttpServerConsumerChannelFactory channelFactory, org.apache.camel.spi.ClassResolver classResolver)
           
 

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

Classes in org.apache.camel.component.netty.http.handlers that implement HttpServerConsumerChannelFactory
 class HttpServerMultiplexChannelHandler
          A multiplex HttpServerPipelineFactory which keeps a list of handlers, and delegates to the target handler based on the http context path in the incoming request.
 



Apache Camel