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