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 |
|---|---|
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, getChannelFactory, getContext, getState, isSingleton, isTcp, openChannel, openConnection, removeState, setChannelFactory, setConfiguration, setupTCPCommunication, setupUDPCommunicationcreateExchange, 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.netty.NettyConfiguration configuration)
public 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