| Package | Description |
|---|---|
| org.apache.mina.core.service | |
| org.apache.mina.core.session |
| Modifier and Type | Method and Description |
|---|---|
IoSessionDataStructureFactory |
AbstractIoService.getSessionDataStructureFactory()
Returns the
IoSessionDataStructureFactory that provides
related data structures for a new session created by this service. |
IoSessionDataStructureFactory |
IoService.getSessionDataStructureFactory()
Returns the
IoSessionDataStructureFactory that provides
related data structures for a new session created by this service. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIoService.setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)
Sets the
IoSessionDataStructureFactory that provides
related data structures for a new session created by this service. |
void |
IoService.setSessionDataStructureFactory(IoSessionDataStructureFactory sessionDataStructureFactory)
Sets the
IoSessionDataStructureFactory that provides
related data structures for a new session created by this service. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIoSessionDataStructureFactory
The default
IoSessionDataStructureFactory implementation
that creates a new HashMap-based IoSessionAttributeMap
instance and a new synchronized ConcurrentLinkedQueue instance per
IoSession. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.