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
.AThreadPoolExecutor
which blocks the task submission when there's too many tasks in the queue.AMemoryAwareThreadPoolExecutor
which makes sure the events from the sameChannel
are executed sequentially.