Class ExecutorFilter

java.lang.Object
org.apache.mina.common.IoFilterAdapter
org.apache.mina.filter.executor.ExecutorFilter
All Implemented Interfaces:
IoFilter

public class ExecutorFilter extends IoFilterAdapter
A filter that forward events to Executor in backport-util-concurrent. You can apply various thread model by inserting this filter to the IoFilterChain.

Please note that this filter doesn't manage the life cycle of the underlying Executor. You have to destroy or stop it by yourself.