Uses of Package
org.jboss.netty.handler.execution
-
Packages that use org.jboss.netty.handler.execution Package Description org.jboss.netty.handler.execution Executor
-based implementation of various thread models that separate business logic from I/O threads -
Classes in org.jboss.netty.handler.execution used by org.jboss.netty.handler.execution Class Description ChannelEventRunnable ChannelEventRunnableFilter FairOrderedMemoryAwareThreadPoolExecutor This is a fair alternative ofOrderedMemoryAwareThreadPoolExecutor
.FairOrderedMemoryAwareThreadPoolExecutor.EventTask MemoryAwareThreadPoolExecutor AThreadPoolExecutor
which blocks the task submission when there's too many tasks in the queue.OrderedMemoryAwareThreadPoolExecutor AMemoryAwareThreadPoolExecutor
which makes sure the events from the sameChannel
are executed sequentially.