Uses of Interface
org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
-
Packages that use HttpServerConsumerChannelFactory Package Description 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 Modifier and Type Method Description HttpServerConsumerChannelFactoryDefaultNettySharedHttpServer. getConsumerChannelFactory()HttpServerConsumerChannelFactoryNettySharedHttpServer. getConsumerChannelFactory()Gets theHttpServerConsumerChannelFactoryto use.HttpServerConsumerChannelFactoryNettyHttpComponent. getMultiplexChannelHandler(int port)Constructors in org.apache.camel.component.netty.http with parameters of type HttpServerConsumerChannelFactory Constructor Description HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory)HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory, boolean compatibleCheck)HttpServerSharedInitializerFactory(NettySharedHttpServerBootstrapConfiguration configuration, HttpServerConsumerChannelFactory channelFactory, org.apache.camel.CamelContext camelContext) -
Uses of HttpServerConsumerChannelFactory in org.apache.camel.component.netty.http.handlers
Classes in org.apache.camel.component.netty.http.handlers that implement HttpServerConsumerChannelFactory Modifier and Type Class Description classHttpServerMultiplexChannelHandlerA multiplexHttpServerInitializerFactorywhich keeps a list of handlers, and delegates to the target handler based on the http context path in the incoming request.
-