openr66.protocol.localhandler
Class LocalServerPipelineFactory

java.lang.Object
  extended by openr66.protocol.localhandler.LocalServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

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

Pipeline Factory for Local Server

Author:
Frederic Bregier

Constructor Summary
LocalServerPipelineFactory()
           
 
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

LocalServerPipelineFactory

public LocalServerPipelineFactory()
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 © 2009-2012 Frederic Bregier. All Rights Reserved.