Class ChannelUpstreamEventRunnableFilter
- java.lang.Object
-
- org.jboss.netty.handler.execution.ChannelUpstreamEventRunnableFilter
-
- All Implemented Interfaces:
ChannelEventRunnableFilter
public class ChannelUpstreamEventRunnableFilter extends java.lang.Object implements ChannelEventRunnableFilter
ChannelEventRunnableFilterwhich matchesChannelDownstreamEventRunnable
-
-
Constructor Summary
Constructors Constructor Description ChannelUpstreamEventRunnableFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfilter(ChannelEventRunnable event)
-
-
-
Method Detail
-
filter
public boolean filter(ChannelEventRunnable event)
Description copied from interface:ChannelEventRunnableFilter- Specified by:
filterin interfaceChannelEventRunnableFilter
-
-