Package | Description |
---|---|
org.apache.camel.component.netty.http | |
org.apache.camel.component.netty.http.handlers |
Modifier and Type | Method and Description |
---|---|
HttpServerConsumerChannelFactory |
DefaultNettySharedHttpServer.getConsumerChannelFactory() |
HttpServerConsumerChannelFactory |
NettySharedHttpServer.getConsumerChannelFactory()
Gets the
HttpServerConsumerChannelFactory to use. |
HttpServerConsumerChannelFactory |
NettyHttpComponent.getMultiplexChannelHandler(int port) |
Constructor and Description |
---|
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory) |
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory,
boolean compatibleCheck) |
HttpServerSharedPipelineFactory(NettySharedHttpServerBootstrapConfiguration configuration,
HttpServerConsumerChannelFactory channelFactory,
org.apache.camel.spi.ClassResolver classResolver) |
Modifier and Type | Class and Description |
---|---|
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