public class HttpServerBootstrapFactory
extends org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactory
| Constructor and Description |
|---|
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory) |
HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory,
boolean compatibleCheck) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConsumer(org.apache.camel.component.netty4.NettyConsumer consumer) |
protected void |
doStart() |
void |
init(org.apache.camel.CamelContext camelContext,
org.apache.camel.component.netty4.NettyServerBootstrapConfiguration configuration,
io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory) |
void |
removeConsumer(org.apache.camel.component.netty4.NettyConsumer consumer) |
void |
stop() |
addChannel, doResume, doStop, doSuspend, init, removeChannel, startServerBootstrap, stopServerBootstrapdoShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, suspendpublic HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory)
public HttpServerBootstrapFactory(HttpServerConsumerChannelFactory channelFactory, boolean compatibleCheck)
public void init(org.apache.camel.CamelContext camelContext,
org.apache.camel.component.netty4.NettyServerBootstrapConfiguration configuration,
io.netty.channel.ChannelInitializer<io.netty.channel.Channel> pipelineFactory)
init in interface org.apache.camel.component.netty4.NettyServerBootstrapFactoryinit in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactorypublic void addConsumer(org.apache.camel.component.netty4.NettyConsumer consumer)
addConsumer in interface org.apache.camel.component.netty4.NettyServerBootstrapFactoryaddConsumer in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactorypublic void removeConsumer(org.apache.camel.component.netty4.NettyConsumer consumer)
removeConsumer in interface org.apache.camel.component.netty4.NettyServerBootstrapFactoryremoveConsumer in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactoryprotected void doStart()
throws Exception
doStart in class org.apache.camel.component.netty4.SingleTCPNettyServerBootstrapFactoryExceptionApache Camel