| 程序包 | 说明 |
|---|---|
| org.apache.mina.handler.multiton |
Enables creating a handler per session instead of having one handler for many
sessions, using
Multiton pattern.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SingleSessionIoHandlerFactory |
SingleSessionIoHandlerDelegate.getFactory()
已过时。
|
| 构造器和说明 |
|---|
SingleSessionIoHandlerDelegate(SingleSessionIoHandlerFactory factory)
已过时。
Creates a new instance that uses the passed in
SingleSessionIoHandlerFactory to create new
SingleSessionIoHandlers. |