Uses of Interface
org.apache.mina.handler.multiton.SingleSessionIoHandlerFactory

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
 

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 SingleSessionIoHandlers.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.