org.apache.camel.component.netty
Class DefaultClientPipelineFactory
java.lang.Object
org.apache.camel.component.netty.ClientPipelineFactory
org.apache.camel.component.netty.DefaultClientPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public class DefaultClientPipelineFactory
- extends ClientPipelineFactory
Method Summary |
org.jboss.netty.channel.ChannelPipeline |
getPipeline()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClientPipelineFactory
public DefaultClientPipelineFactory(NettyProducer producer,
Exchange exchange,
AsyncCallback callback)
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
- Specified by:
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
- Overrides:
getPipeline
in class ClientPipelineFactory
- Throws:
Exception
Apache CAMEL