Package org.jboss.netty.handler.execution

Executor-based implementation of various thread models and memory overload prevention mechanisms.

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 maintains the ChannelEvent order for the same Channel.
 

Package org.jboss.netty.handler.execution Description

Executor-based implementation of various thread models and memory overload prevention mechanisms.



Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.