public class NettyHttpConsumer
extends org.apache.camel.component.netty.NettyConsumer
implements org.apache.camel.Suspendable
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, setNettyServerBootstrapFactory
createUoW, doInit, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toString
build, doBuild, doShutdown, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public NettyHttpConsumer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.Processor processor, org.apache.camel.component.netty.NettyConfiguration configuration)
public NettyHttpEndpoint getEndpoint()
getEndpoint
in interface org.apache.camel.EndpointAware
getEndpoint
in class org.apache.camel.component.netty.NettyConsumer
public NettyHttpConfiguration getConfiguration()
getConfiguration
in class org.apache.camel.component.netty.NettyConsumer
protected void doStart() throws Exception
doStart
in class org.apache.camel.component.netty.NettyConsumer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.component.netty.NettyConsumer
Exception
protected void doSuspend() throws Exception
doSuspend
in class org.apache.camel.support.service.ServiceSupport
Exception
Apache Camel