程序包 | 说明 |
---|---|
org.jboss.netty.handler.execution |
Executor -based implementation of various
thread models that separate business logic from I/O threads |
限定符和类型 | 类和说明 |
---|---|
class |
FairOrderedDownstreamThreadPoolExecutor
This is a fair alternative of
OrderedDownstreamThreadPoolExecutor . |
class |
FairOrderedMemoryAwareThreadPoolExecutor
This is a fair alternative of
OrderedMemoryAwareThreadPoolExecutor . |
class |
OrderedDownstreamThreadPoolExecutor
Executor which should be used for downstream ChannelEvent 's. |
class |
OrderedMemoryAwareThreadPoolExecutor
A
MemoryAwareThreadPoolExecutor which makes sure the events from the
same Channel are executed sequentially. |