Uses of Package
org.jboss.netty.handler.execution
Packages that use org.jboss.netty.handler.execution
Package
Description
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.executionClassDescriptionThis is a fair alternative of
OrderedMemoryAwareThreadPoolExecutor.AThreadPoolExecutorwhich blocks the task submission when there's too many tasks in the queue.AMemoryAwareThreadPoolExecutorwhich makes sure the events from the sameChannelare executed sequentially.