程序包 | 说明 |
---|---|
org.apache.mina.handler.multiton |
Enables creating a handler per session instead of having one handler for many
sessions, using
Multiton pattern.
|
类和说明 |
---|
SingleSessionIoHandler
A session handler without an
IoSession parameter for simplicity. |
SingleSessionIoHandlerFactory
A factory that creates
SingleSessionIoHandler to be used with one
particular session. |