Executor
-based implementation of various
thread models that separate business logic from I/O threadsSee: Description
Interface | Description |
---|---|
ChannelEventRunnableFilter |
Class | Description |
---|---|
ChainedExecutor | |
ChannelDownstreamEventRunnable |
A
ChannelEventRunnable which sends the specified ChannelEvent downstream. |
ChannelDownstreamEventRunnableFilter |
ChannelEventRunnableFilter implementation which matches ChannelDownstreamEventRunnable |
ChannelEventRunnable | |
ChannelUpstreamEventRunnable |
A
ChannelEventRunnable which sends the specified ChannelEvent upstream. |
ChannelUpstreamEventRunnableFilter |
ChannelEventRunnableFilter which matches ChannelDownstreamEventRunnable |
ExecutionHandler |
Forwards an upstream
ChannelEvent to an Executor . |
MemoryAwareThreadPoolExecutor |
A
ThreadPoolExecutor which blocks the task submission when there's
too many tasks in the queue. |
OrderedDownstreamThreadPoolExecutor |
Executor which should be used for downstream ChannelEvent 's. |
OrderedMemoryAwareThreadPoolExecutor |
A
MemoryAwareThreadPoolExecutor which makes sure the events from the
same Channel are executed sequentially. |
Executor
-based implementation of various
thread models that separate business logic from I/O threadsCopyright © 2008-2014 The Netty Project. All Rights Reserved.