public class HttpServerInitializerFactory
extends org.apache.camel.component.netty4.ServerInitializerFactory
ServerInitializerFactory for the Netty HTTP server.| Modifier and Type | Field and Description |
|---|---|
protected NettyHttpConfiguration |
configuration |
protected NettyHttpConsumer |
consumer |
protected SSLContext |
sslContext |
| Constructor and Description |
|---|
HttpServerInitializerFactory() |
HttpServerInitializerFactory(NettyHttpConsumer nettyConsumer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.netty4.ServerInitializerFactory |
createPipelineFactory(org.apache.camel.component.netty4.NettyConsumer nettyConsumer) |
protected void |
initChannel(io.netty.channel.Channel ch) |
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharableprotected NettyHttpConsumer consumer
protected SSLContext sslContext
protected NettyHttpConfiguration configuration
public HttpServerInitializerFactory()
public HttpServerInitializerFactory(NettyHttpConsumer nettyConsumer)
Apache Camel