Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ThreadModel
extends IoFilterChainBuilder
IoService
. There's no essential
difference from IoFilterChainBuilder
. The only difference is that
ThreadModel
is executed later than the IoFilterChainBuilder
you specified. However, please don't abuse this internal behavior; it can
change.
Field Summary | |
static ThreadModel |
|
Fields inherited from interface org.apache.mina.common.IoFilterChainBuilder | |
NOOP |
Methods inherited from interface org.apache.mina.common.IoFilterChainBuilder | |
buildFilterChain |
public static final ThreadModel MANUAL
AThreadModel
which make MINA not manage a thread model at all.