Uses of Interface
org.apache.mina.core.session.IoSessionDataStructureFactory
-
Packages that use IoSessionDataStructureFactory Package Description 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 Modifier and Type Method Description IoSessionDataStructureFactoryAbstractIoService. getSessionDataStructureFactory()IoSessionDataStructureFactoryIoService. getSessionDataStructureFactory()Methods in org.apache.mina.core.service with parameters of type IoSessionDataStructureFactory Modifier and Type Method Description voidAbstractIoService. setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)Sets theIoSessionDataStructureFactorythat provides related data structures for a new session created by this service.voidIoService. setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)Sets theIoSessionDataStructureFactorythat 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 Modifier and Type Class Description classDefaultIoSessionDataStructureFactoryThe defaultIoSessionDataStructureFactoryimplementation that creates a newHashMap-basedIoSessionAttributeMapinstance and a new synchronizedConcurrentLinkedQueueinstance perIoSession.
-