Uses of Interface
org.jboss.netty.handler.execution.ChannelEventRunnableFilter
-
Packages that use ChannelEventRunnableFilter Package Description org.jboss.netty.handler.execution 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 ChannelEventRunnableFilter Modifier and Type Class Description class
ChannelDownstreamEventRunnableFilter
ChannelEventRunnableFilter
implementation which matchesChannelDownstreamEventRunnable
class
ChannelUpstreamEventRunnableFilter
ChannelEventRunnableFilter
which matchesChannelDownstreamEventRunnable
Constructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableFilter Constructor Description ChainedExecutor(ChannelEventRunnableFilter filter, Executor cur, Executor next)
Create a newChainedExecutor
which will used the givenChannelEventRunnableFilter
to see if theChainedExecutor.cur
Executor
should get used.
-