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, setNettyServerBootstrapFactorycreateExchange, createUoW, defaultConsumerCallback, doBuild, doInit, doneUoW, doShutdown, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setRoute, setRouteId, toStringbuild, doFail, doLifecycleChange, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic NettyHttpConsumer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.Processor processor, org.apache.camel.component.netty.NettyConfiguration configuration)
public NettyHttpEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint 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.support.service.BaseServiceExceptionApache Camel