org.sdnplatform.sync.internal.config.bootstrap
Class BootstrapPipelineFactory

java.lang.Object
  extended by org.sdnplatform.sync.internal.config.bootstrap.BootstrapPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory, org.jboss.netty.util.ExternalResourceReleasable

public class BootstrapPipelineFactory
extends java.lang.Object
implements org.jboss.netty.channel.ChannelPipelineFactory, org.jboss.netty.util.ExternalResourceReleasable


Field Summary
protected  org.jboss.netty.util.Timer timer
           
 
Constructor Summary
BootstrapPipelineFactory(Bootstrap bootstrap)
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 void releaseExternalResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

protected org.jboss.netty.util.Timer timer
Constructor Detail

BootstrapPipelineFactory

public BootstrapPipelineFactory(Bootstrap bootstrap)
Method Detail

getPipeline

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

releaseExternalResources

public void releaseExternalResources()
Specified by:
releaseExternalResources in interface org.jboss.netty.util.ExternalResourceReleasable