Uses of Class
org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Packages that use MemoryAwareThreadPoolExecutor
Package
Description
Executor
-based implementation of various
thread models that separate business logic from I/O threads-
Uses of MemoryAwareThreadPoolExecutor in org.jboss.netty.handler.execution
Subclasses of MemoryAwareThreadPoolExecutor in org.jboss.netty.handler.executionModifier and TypeClassDescriptionfinal class
This is a fair alternative ofOrderedDownstreamThreadPoolExecutor
.class
This is a fair alternative ofOrderedMemoryAwareThreadPoolExecutor
.final class
Executor
which should be used for downstreamChannelEvent
's.class
AMemoryAwareThreadPoolExecutor
which makes sure the events from the sameChannel
are executed sequentially.