public class NettyHttpConsumer
extends org.apache.camel.component.netty.NettyConsumer
NettyConsumer| Constructor and Description |
|---|
NettyHttpConsumer(NettyHttpEndpoint nettyEndpoint,
org.apache.camel.Processor processor,
org.apache.camel.component.netty.NettyConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doResume() |
protected void |
doStart() |
protected void |
doStop() |
protected void |
doSuspend() |
NettyHttpConfiguration |
getConfiguration() |
NettyHttpEndpoint |
getEndpoint() |
getContext, getNettyServerBootstrapFactory, isTcp, setConfiguration, setNettyServerBootstrapFactorycreateUoW, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toStringdoShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic NettyHttpConsumer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.Processor processor, org.apache.camel.component.netty.NettyConfiguration configuration)
public NettyHttpEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.ConsumergetEndpoint in class org.apache.camel.component.netty.NettyConsumerpublic NettyHttpConfiguration getConfiguration()
getConfiguration in class org.apache.camel.component.netty.NettyConsumerprotected void doStart()
throws Exception
doStart in class org.apache.camel.component.netty.NettyConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.component.netty.NettyConsumerExceptionprotected void doSuspend()
throws Exception
doSuspend in class org.apache.camel.component.netty.NettyConsumerExceptionApache Camel