Package org.apache.mina.filter.executor

IoFilters that provide flexible thread model and event queue monitoring interface.

See:
          Description

Interface Summary
IoEventQueueHandler Listens 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 or outgoing events.
OrderedThreadPoolExecutor A ThreadPoolExecutor that maintains the order of IoEvents.
UnorderedThreadPoolExecutor A ThreadPoolExecutor that does not maintain the order of IoEvents.
WriteRequestFilter Attaches an IoEventQueueHandler to an IoSession's WriteRequest queue to provide accurate write queue status tracking.
 

Package org.apache.mina.filter.executor Description

IoFilters that provide flexible thread model and event queue monitoring interface.



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