Package org.jboss.netty.handler.execution

Executor-based implementation of various thread models that separate business logic from I/O threads

See:
          Description


Class Summary
ChannelEventRunnable a Runnable which sends the specified ChannelEvent upstream.
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.
OrderedMemoryAwareThreadPoolExecutor A MemoryAwareThreadPoolExecutor which makes sure the events from the same Channel are executed sequentially.
 

Package org.jboss.netty.handler.execution Description

Executor-based implementation of various thread models that separate business logic from I/O threads



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.