net.sf.opensmus.io
Class FloodFilter

java.lang.Object
  extended by net.sf.opensmus.io.FloodFilter
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class FloodFilter
extends java.lang.Object
implements org.jboss.netty.channel.ChannelUpstreamHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
FloodFilter(java.util.ArrayList<java.util.ArrayList> globalSettings)
           
 
Method Summary
 void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloodFilter

public FloodFilter(java.util.ArrayList<java.util.ArrayList> globalSettings)
Method Detail

handleUpstream

public void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
                           org.jboss.netty.channel.ChannelEvent e)
Specified by:
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandler