org.apache.camel.component.netty
Class ServerPipelineFactory
java.lang.Object
org.apache.camel.component.netty.ServerPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public abstract class ServerPipelineFactory
- extends Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
consumer
protected NettyConsumer consumer
ServerPipelineFactory
public ServerPipelineFactory()
ServerPipelineFactory
public ServerPipelineFactory(NettyConsumer consumer)
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
- Specified by:
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
- Throws:
Exception
getConsumer
public NettyConsumer getConsumer()
setConsumer
public void setConsumer(NettyConsumer consumer)
Apache CAMEL