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 classChannelDownstreamEventRunnableAChannelEventRunnablewhich sends the specifiedChannelEventdownstream.classChannelUpstreamEventRunnableAChannelEventRunnablewhich sends the specifiedChannelEventupstream.Fields in org.jboss.netty.handler.execution declared as ChannelEventRunnable Modifier and Type Field Description private ChannelEventRunnableFairOrderedMemoryAwareThreadPoolExecutor.EventTask. runnableMethods in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable Modifier and Type Method Description booleanChannelDownstreamEventRunnableFilter. filter(ChannelEventRunnable event)booleanChannelEventRunnableFilter. filter(ChannelEventRunnable event)booleanChannelUpstreamEventRunnableFilter. filter(ChannelEventRunnable event)private voidFairOrderedMemoryAwareThreadPoolExecutor. removeIfClosed(ChannelEventRunnable eventRunnable, java.lang.Object key)Constructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable Constructor Description EventTask(ChannelEventRunnable runnable)
-