Uses of Interface
org.apache.camel.component.netty.http.HttpServerConsumerChannelFactory
Packages that use HttpServerConsumerChannelFactory
Package
Description
-
Uses of HttpServerConsumerChannelFactory in org.apache.camel.component.netty.http
Methods in org.apache.camel.component.netty.http that return HttpServerConsumerChannelFactoryModifier and TypeMethodDescriptionDefaultNettySharedHttpServer.getConsumerChannelFactory()NettySharedHttpServer.getConsumerChannelFactory()Gets theHttpServerConsumerChannelFactoryto use.NettyHttpComponent.getMultiplexChannelHandler(int port) Constructors in org.apache.camel.component.netty.http with parameters of type HttpServerConsumerChannelFactoryModifierConstructorDescriptionHttpServerBootstrapFactory(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 HttpServerConsumerChannelFactoryModifier and TypeClassDescriptionclassA multiplexHttpServerInitializerFactorywhich keeps a list of handlers, and delegates to the target handler based on the http context path in the incoming request.