Uses of Interface
org.apache.mina.handler.multiton.SingleSessionIoHandlerFactory
-
Packages that use SingleSessionIoHandlerFactory Package Description 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 Modifier and Type Method Description SingleSessionIoHandlerFactory
SingleSessionIoHandlerDelegate. getFactory()
Deprecated.Constructors in org.apache.mina.handler.multiton with parameters of type SingleSessionIoHandlerFactory Constructor Description SingleSessionIoHandlerDelegate(SingleSessionIoHandlerFactory factory)
Deprecated.Creates a new instance that uses the passed inSingleSessionIoHandlerFactory
to create newSingleSessionIoHandler
s.
-