public class NettyHttpProducer
extends org.apache.camel.component.netty.NettyProducer
NettyProducer.| Constructor and Description |
|---|
NettyHttpProducer(NettyHttpEndpoint nettyEndpoint,
org.apache.camel.component.netty.NettyConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit() |
NettyHttpConfiguration |
getConfiguration() |
NettyHttpEndpoint |
getEndpoint() |
protected Object |
getRequestBody(org.apache.camel.Exchange exchange) |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
doStart, doStop, getAllChannels, getContext, getCorrelationManager, getWorkerGroup, isTcp, notifyChannelOpen, openConnection, processWithConnectedChannel, releaseChannel, setConfigurationcreateExchange, isSingleton, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, 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 NettyHttpProducer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.component.netty.NettyConfiguration configuration)
protected void doInit()
throws Exception
doInit in class org.apache.camel.support.service.BaseServiceExceptionpublic NettyHttpEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.component.netty.NettyProducerpublic NettyHttpConfiguration getConfiguration()
getConfiguration in class org.apache.camel.component.netty.NettyProducerpublic boolean process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback)
process in interface org.apache.camel.AsyncProcessorprocess in class org.apache.camel.component.netty.NettyProducerApache Camel