openr66.protocol.localhandler
Class LocalClientPipelineFactory

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

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

Pipeline Factory for Local Client

Author:
Frederic Bregier

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

LocalClientPipelineFactory

public LocalClientPipelineFactory()
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.