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 IoSessionDataStructureFactory
AbstractIoService. getSessionDataStructureFactory()
IoSessionDataStructureFactory
IoService. getSessionDataStructureFactory()
Methods in org.apache.mina.core.service with parameters of type IoSessionDataStructureFactory Modifier and Type Method Description void
AbstractIoService. setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)
Sets theIoSessionDataStructureFactory
that provides related data structures for a new session created by this service.void
IoService. setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)
Sets theIoSessionDataStructureFactory
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 Modifier and Type Class Description class
DefaultIoSessionDataStructureFactory
The defaultIoSessionDataStructureFactory
implementation that creates a newHashMap
-basedIoSessionAttributeMap
instance and a new synchronizedConcurrentLinkedQueue
instance perIoSession
.
-