| 程序包 | 说明 |
|---|---|
| org.jboss.netty.handler.execution |
Executor-based implementation of various
thread models that separate business logic from I/O threads |
| 类和说明 |
|---|
| ChannelEventRunnable |
| ChannelEventRunnableFilter |
| FairOrderedMemoryAwareThreadPoolExecutor
This is a fair alternative of
OrderedMemoryAwareThreadPoolExecutor . |
| FairOrderedMemoryAwareThreadPoolExecutor.EventTask |
| MemoryAwareThreadPoolExecutor
A
ThreadPoolExecutor which blocks the task submission when there's
too many tasks in the queue. |
| OrderedMemoryAwareThreadPoolExecutor
A
MemoryAwareThreadPoolExecutor which makes sure the events from the
same Channel are executed sequentially. |