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 classThis is a fair alternative ofOrderedDownstreamThreadPoolExecutor.classThis is a fair alternative ofOrderedMemoryAwareThreadPoolExecutor.final classExecutorwhich should be used for downstreamChannelEvent's.classAMemoryAwareThreadPoolExecutorwhich makes sure the events from the sameChannelare executed sequentially.