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, setConfiguration
createExchange, isSingleton, toString
build, 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, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NettyHttpProducer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.component.netty.NettyConfiguration configuration)
protected void doInit() throws Exception
doInit
in class org.apache.camel.support.service.BaseService
Exception
public NettyHttpEndpoint getEndpoint()
getEndpoint
in interface org.apache.camel.EndpointAware
getEndpoint
in class org.apache.camel.component.netty.NettyProducer
public NettyHttpConfiguration getConfiguration()
getConfiguration
in class org.apache.camel.component.netty.NettyProducer
public boolean process(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
process
in interface org.apache.camel.AsyncProcessor
process
in class org.apache.camel.component.netty.NettyProducer
Apache Camel