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