Uses of Interface
org.apache.mina.handler.multiton.SingleSessionIoHandlerFactory
Packages that use SingleSessionIoHandlerFactory
Package
Description
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
Fields in org.apache.mina.handler.multiton declared as SingleSessionIoHandlerFactoryModifier and TypeFieldDescriptionprivate final SingleSessionIoHandlerFactorySingleSessionIoHandlerDelegate.factoryDeprecated.TheSingleSessionIoHandlerFactoryused to create newSingleSessionIoHandlers.Methods in org.apache.mina.handler.multiton that return SingleSessionIoHandlerFactoryConstructors in org.apache.mina.handler.multiton with parameters of type SingleSessionIoHandlerFactoryModifierConstructorDescriptionDeprecated.Creates a new instance that uses the passed inSingleSessionIoHandlerFactoryto create newSingleSessionIoHandlers.