public class HttpServerInitializerFactory
extends org.apache.camel.component.netty.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.netty.ServerInitializerFactory |
createPipelineFactory(org.apache.camel.component.netty.NettyConsumer nettyConsumer) |
protected void |
initChannel(io.netty.channel.Channel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
protected NettyHttpConsumer consumer
protected SSLContext sslContext
protected NettyHttpConfiguration configuration
public HttpServerInitializerFactory()
public HttpServerInitializerFactory(NettyHttpConsumer nettyConsumer)
Apache Camel