org.apache.camel.component.netty
Class NettyProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.impl.DefaultAsyncProducer
org.apache.camel.component.netty.NettyProducer
- All Implemented Interfaces:
- AsyncProcessor, IsSingleton, Processor, Producer, Service, ServicePoolAware, ShutdownableService
public class NettyProducer
- extends DefaultAsyncProducer
- implements ServicePoolAware
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
NettyProducer
public NettyProducer(NettyEndpoint nettyEndpoint,
NettyConfiguration configuration)
getEndpoint
public NettyEndpoint getEndpoint()
- Specified by:
getEndpoint
in interface Producer
- Overrides:
getEndpoint
in class DefaultProducer
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface IsSingleton
- Overrides:
isSingleton
in class DefaultProducer
getContext
public CamelContext getContext()
isTcp
protected boolean isTcp()
doStart
protected void doStart()
throws Exception
- Overrides:
doStart
in class DefaultProducer
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class DefaultProducer
- Throws:
Exception
process
public boolean process(Exchange exchange,
AsyncCallback callback)
- Specified by:
process
in interface AsyncProcessor
setupTCPCommunication
protected void setupTCPCommunication()
throws Exception
- Throws:
Exception
setupUDPCommunication
protected void setupUDPCommunication()
throws Exception
- Throws:
Exception
getConfiguration
public NettyConfiguration getConfiguration()
setConfiguration
public void setConfiguration(NettyConfiguration configuration)
getChannelFactory
public org.jboss.netty.channel.ChannelFactory getChannelFactory()
setChannelFactory
public void setChannelFactory(org.jboss.netty.channel.ChannelFactory channelFactory)
getAllChannels
public org.jboss.netty.channel.group.ChannelGroup getAllChannels()
Apache CAMEL