org.apache.camel.component.netty
Class ServerPipelineFactory

java.lang.Object
  extended by org.apache.camel.component.netty.ServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class ServerPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory


Constructor Summary
ServerPipelineFactory(NettyConsumer consumer)
           
 
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
 

Constructor Detail

ServerPipelineFactory

public ServerPipelineFactory(NettyConsumer consumer)
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.