Uses of Interface
org.apache.mina.core.session.IoSessionDataStructureFactory
Packages that use IoSessionDataStructureFactory
-
Uses of IoSessionDataStructureFactory in org.apache.mina.core.service
Fields in org.apache.mina.core.service declared as IoSessionDataStructureFactoryModifier and TypeFieldDescriptionprivate IoSessionDataStructureFactoryAbstractIoService.sessionDataStructureFactoryMethods in org.apache.mina.core.service that return IoSessionDataStructureFactoryModifier and TypeMethodDescriptionAbstractIoService.getSessionDataStructureFactory()IoService.getSessionDataStructureFactory()Methods in org.apache.mina.core.service with parameters of type IoSessionDataStructureFactoryModifier and TypeMethodDescriptionfinal 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 IoSessionDataStructureFactoryModifier and TypeClassDescriptionclassThe defaultIoSessionDataStructureFactoryimplementation that creates a newHashMap-basedIoSessionAttributeMapinstance and a new synchronizedConcurrentLinkedQueueinstance perIoSession.