Package | Description |
---|---|
org.jboss.netty.handler.execution |
Executor -based implementation of various
thread models that separate business logic from I/O threads |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.