程序包 | 说明 |
---|---|
org.apache.mina.handler.multiton |
Enables creating a handler per session instead of having one handler for many
sessions, using
Multiton pattern.
|
限定符和类型 | 类和说明 |
---|---|
class |
SingleSessionIoHandlerAdapter
Adapter class for implementors of the
SingleSessionIoHandler
interface. |
限定符和类型 | 方法和说明 |
---|---|
SingleSessionIoHandler |
SingleSessionIoHandlerFactory.getHandler(IoSession session)
Returns a
SingleSessionIoHandler for the given session. |