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 AThreadPoolExecutorwhich blocks the task submission when there's too many tasks in the queue.MemoryAwareThreadPoolExecutor.Limiter MemoryAwareThreadPoolExecutor.Settings OrderedMemoryAwareThreadPoolExecutor AMemoryAwareThreadPoolExecutorwhich makes sure the events from the sameChannelare executed sequentially.