Uses of Interface
org.apache.mina.core.session.IoSessionDataStructureFactory

Packages that use IoSessionDataStructureFactory
org.apache.mina.core.service   
org.apache.mina.core.session   
 

Uses of IoSessionDataStructureFactory in org.apache.mina.core.service
 

Methods in org.apache.mina.core.service that return IoSessionDataStructureFactory
 IoSessionDataStructureFactory IoService.getSessionDataStructureFactory()
          Returns the IoSessionDataStructureFactory that provides related data structures for a new session created by this service.
 IoSessionDataStructureFactory AbstractIoService.getSessionDataStructureFactory()
          Returns the IoSessionDataStructureFactory that provides related data structures for a new session created by this service.
 

Methods in org.apache.mina.core.service with parameters of type IoSessionDataStructureFactory
 void IoService.setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)
          Sets the IoSessionDataStructureFactory that provides related data structures for a new session created by this service.
 void AbstractIoService.setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)
          Sets the IoSessionDataStructureFactory that provides related data structures for a new session created by this service.
 

Uses of IoSessionDataStructureFactory in org.apache.mina.core.session
 

Classes in org.apache.mina.core.session that implement IoSessionDataStructureFactory
 class DefaultIoSessionDataStructureFactory
          The default IoSessionDataStructureFactory implementation that creates a new HashMap-based IoSessionAttributeMap instance and a new synchronized ConcurrentLinkedQueue instance per IoSession.
 



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