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.限定符和类型 | 字段和说明 |
---|---|
static ThreadModel |
MANUAL
A
ThreadModel which make MINA not manage a thread model at all. |
NOOP
buildFilterChain
static final ThreadModel MANUAL
ThreadModel
which make MINA not manage a thread model at all.