Uses of Class
org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Packages that use MemoryAwareThreadPoolExecutor Package Description org.jboss.netty.handler.execution 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.execution Modifier and Type Class Description classFairOrderedDownstreamThreadPoolExecutorThis is a fair alternative ofOrderedDownstreamThreadPoolExecutor.classFairOrderedMemoryAwareThreadPoolExecutorThis is a fair alternative ofOrderedMemoryAwareThreadPoolExecutor.classOrderedDownstreamThreadPoolExecutorExecutorwhich should be used for downstreamChannelEvent's.classOrderedMemoryAwareThreadPoolExecutorAMemoryAwareThreadPoolExecutorwhich makes sure the events from the sameChannelare executed sequentially.
-