| 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) |
HttpServerSharedInitializerFactory(NettySharedHttpServerBootstrapConfiguration configuration,
HttpServerConsumerChannelFactory channelFactory,
org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServerMultiplexChannelHandler
A multiplex
HttpServerInitializerFactory which keeps a list of
handlers, and delegates to the target handler based on the http context path in the incoming request. |
Apache Camel