public class HttpServerPipelineFactory
extends org.apache.camel.component.netty.ServerPipelineFactory
ServerPipelineFactory
for the Netty HTTP server.Modifier and Type | Field and Description |
---|---|
protected NettyHttpConfiguration |
configuration |
protected NettyHttpConsumer |
consumer |
protected SSLContext |
sslContext |
Constructor and Description |
---|
HttpServerPipelineFactory() |
HttpServerPipelineFactory(NettyHttpConsumer nettyConsumer) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.netty.ServerPipelineFactory |
createPipelineFactory(org.apache.camel.component.netty.NettyConsumer nettyConsumer) |
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
protected NettyHttpConsumer consumer
protected SSLContext sslContext
protected NettyHttpConfiguration configuration
public HttpServerPipelineFactory()
public HttpServerPipelineFactory(NettyHttpConsumer nettyConsumer)
Apache Camel