Package org.jboss.netty.handler.execution
package org.jboss.netty.handler.execution
Executor-based implementation of various
thread models that separate business logic from I/O threads-
ClassDescriptionA
ChannelEventRunnablewhich sends the specifiedChannelEventdownstream.ChannelEventRunnableFilterimplementation which matchesChannelDownstreamEventRunnableAChannelEventRunnablewhich sends the specifiedChannelEventupstream.ChannelEventRunnableFilterwhich matchesChannelDownstreamEventRunnableForwards an upstreamChannelEventto anExecutor.This is a fair alternative ofOrderedDownstreamThreadPoolExecutor.This is a fair alternative ofOrderedMemoryAwareThreadPoolExecutor.AThreadPoolExecutorwhich blocks the task submission when there's too many tasks in the queue.Executorwhich should be used for downstreamChannelEvent's.AMemoryAwareThreadPoolExecutorwhich makes sure the events from the sameChannelare executed sequentially.