net.sf.opensmus.io
Class SMUSPipelineFactory

java.lang.Object
  extended by net.sf.opensmus.io.SMUSPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class SMUSPipelineFactory
extends java.lang.Object
implements org.jboss.netty.channel.ChannelPipelineFactory


Field Summary
static org.jboss.netty.channel.ChannelHandler HANDLER
           
 org.jboss.netty.channel.ChannelHandler LOGGER
           
 
Constructor Summary
SMUSPipelineFactory(MUSServer srv, org.jboss.netty.channel.group.ChannelGroup cg, boolean udp)
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 void setFloodParameters(int minTime, int tol, int repeat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLER

public static final org.jboss.netty.channel.ChannelHandler HANDLER

LOGGER

public final org.jboss.netty.channel.ChannelHandler LOGGER
Constructor Detail

SMUSPipelineFactory

public SMUSPipelineFactory(MUSServer srv,
                           org.jboss.netty.channel.group.ChannelGroup cg,
                           boolean udp)
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

setFloodParameters

public void setFloodParameters(int minTime,
                               int tol,
                               int repeat)