Uses of Interface
org.jboss.netty.handler.execution.ChannelEventRunnableFilter
Packages that use ChannelEventRunnableFilter
Package
Description
Executor
-based implementation of various
thread models that separate business logic from I/O threads-
Uses of ChannelEventRunnableFilter in org.jboss.netty.handler.execution
Classes in org.jboss.netty.handler.execution that implement ChannelEventRunnableFilterModifier and TypeClassDescriptionclass
ChannelEventRunnableFilter
implementation which matchesChannelDownstreamEventRunnable
class
ChannelEventRunnableFilter
which matchesChannelDownstreamEventRunnable
Fields in org.jboss.netty.handler.execution declared as ChannelEventRunnableFilterConstructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableFilterModifierConstructorDescriptionChainedExecutor
(ChannelEventRunnableFilter filter, Executor cur, Executor next) Create a newChainedExecutor
which will used the givenChannelEventRunnableFilter
to see if theChainedExecutor.cur
Executor
should get used.