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 TypeClassDescriptionclassAChannelEventRunnablewhich sends the specifiedChannelEventdownstream.classAChannelEventRunnablewhich sends the specifiedChannelEventupstream.Fields in org.jboss.netty.handler.execution declared as ChannelEventRunnableModifier and TypeFieldDescriptionprivate final ChannelEventRunnableFairOrderedMemoryAwareThreadPoolExecutor.EventTask.runnableMethods in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableModifier and TypeMethodDescriptionbooleanChannelDownstreamEventRunnableFilter.filter(ChannelEventRunnable event) booleanChannelEventRunnableFilter.filter(ChannelEventRunnable event) booleanChannelUpstreamEventRunnableFilter.filter(ChannelEventRunnable event) private voidFairOrderedMemoryAwareThreadPoolExecutor.removeIfClosed(ChannelEventRunnable eventRunnable, Object key) Constructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable