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
 

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



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