public class NettyHttpProducer
extends org.apache.camel.component.netty4.NettyProducer
NettyProducer.| Constructor and Description |
|---|
NettyHttpProducer(NettyHttpEndpoint nettyEndpoint,
org.apache.camel.component.netty4.NettyConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
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, isSingleton, isTcp, notifyChannelOpen, openConnection, processWithConnectedChannel, releaseChannel, setConfigurationcreateExchange, createExchange, createExchange, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic NettyHttpProducer(NettyHttpEndpoint nettyEndpoint, org.apache.camel.component.netty4.NettyConfiguration configuration)
public NettyHttpEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.component.netty4.NettyProducerpublic NettyHttpConfiguration getConfiguration()
getConfiguration in class org.apache.camel.component.netty4.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.netty4.NettyProducerApache Camel