|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleSessionIoHandlerFactory | |
---|---|
org.apache.mina.handler.multiton | Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern. |
Uses of SingleSessionIoHandlerFactory in org.apache.mina.handler.multiton |
---|
Methods in org.apache.mina.handler.multiton that return SingleSessionIoHandlerFactory | |
---|---|
SingleSessionIoHandlerFactory |
SingleSessionIoHandlerDelegate.getFactory()
Returns the SingleSessionIoHandlerFactory that is used to create a new
SingleSessionIoHandler instance. |
Constructors in org.apache.mina.handler.multiton with parameters of type SingleSessionIoHandlerFactory | |
---|---|
SingleSessionIoHandlerDelegate(SingleSessionIoHandlerFactory factory)
Creates a new instance that uses the passed in SingleSessionIoHandlerFactory to create new
SingleSessionIoHandler s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |