Uses of Class
org.jboss.netty.handler.execution.ChannelEventRunnable
Packages that use ChannelEventRunnable
Package
Description
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.executionModifier and TypeClassDescriptionclass
AChannelEventRunnable
which sends the specifiedChannelEvent
downstream.class
AChannelEventRunnable
which sends the specifiedChannelEvent
upstream.Fields in org.jboss.netty.handler.execution declared as ChannelEventRunnableModifier and TypeFieldDescriptionprivate final ChannelEventRunnable
FairOrderedMemoryAwareThreadPoolExecutor.EventTask.runnable
Methods in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableModifier and TypeMethodDescriptionboolean
ChannelDownstreamEventRunnableFilter.filter
(ChannelEventRunnable event) boolean
ChannelEventRunnableFilter.filter
(ChannelEventRunnable event) boolean
ChannelUpstreamEventRunnableFilter.filter
(ChannelEventRunnable event) private void
FairOrderedMemoryAwareThreadPoolExecutor.removeIfClosed
(ChannelEventRunnable eventRunnable, Object key) Constructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable