Package org.apache.mina.filter.executor

An IoFilter that provides flexible thread models

See:
          Description

Interface Summary
IoEventQueueHandler Listenes and filters all event queue operations occurring in OrderedThreadPoolExecutor and UnorderedThreadPoolExecutor.
IoEventSizeEstimator Estimates the amount of memory that the specified IoEvent occupies in the current JVM.
 

Class Summary
DefaultIoEventSizeEstimator A default IoEventSizeEstimator implementation.
ExecutorFilter A filter that forwards I/O events to Executor to enforce a certain thread model while allowing the events per session to be processed simultaneously.
IoEventQueueThrottle Throttles incoming events into OrderedThreadPoolExecutor or UnorderedThreadPoolExecutor.
OrderedThreadPoolExecutor A ThreadPoolExecutor that maintains the order of IoEvents.
UnorderedThreadPoolExecutor A ThreadPoolExecutor that does not maintain the order of IoEvents.
 

Package org.apache.mina.filter.executor Description

An IoFilter that provides flexible thread models



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.