Package org.apache.mina.common
Interface ThreadModel
- All Superinterfaces:
IoFilterChainBuilder
- All Known Implementing Classes:
ExecutorThreadModel
Represents a thread model of an
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
FieldsModifier and TypeFieldDescriptionstatic final ThreadModel
AThreadModel
which make MINA not manage a thread model at all.Fields inherited from interface org.apache.mina.common.IoFilterChainBuilder
NOOP
-
Method Summary
Methods inherited from interface org.apache.mina.common.IoFilterChainBuilder
buildFilterChain
-
Field Details
-
MANUAL
AThreadModel
which make MINA not manage a thread model at all.
-