Uses of Class
org.jboss.netty.handler.execution.ChannelEventRunnable
-
Packages that use ChannelEventRunnable Package Description org.jboss.netty.handler.execution Executor
-based implementation of various thread models that separate business logic from I/O threads -
-
Uses of ChannelEventRunnable in org.jboss.netty.handler.execution
Subclasses of ChannelEventRunnable in org.jboss.netty.handler.execution Modifier and Type Class Description class
ChannelDownstreamEventRunnable
AChannelEventRunnable
which sends the specifiedChannelEvent
downstream.class
ChannelUpstreamEventRunnable
AChannelEventRunnable
which sends the specifiedChannelEvent
upstream.Fields in org.jboss.netty.handler.execution declared as ChannelEventRunnable Modifier and Type Field Description private ChannelEventRunnable
FairOrderedMemoryAwareThreadPoolExecutor.EventTask. runnable
Methods in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable Modifier and Type Method Description boolean
ChannelDownstreamEventRunnableFilter. filter(ChannelEventRunnable event)
boolean
ChannelEventRunnableFilter. filter(ChannelEventRunnable event)
boolean
ChannelUpstreamEventRunnableFilter. filter(ChannelEventRunnable event)
private void
FairOrderedMemoryAwareThreadPoolExecutor. removeIfClosed(ChannelEventRunnable eventRunnable, java.lang.Object key)
Constructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable Constructor Description EventTask(ChannelEventRunnable runnable)
-