| Package | Description |
|---|---|
| org.apache.mina.core.service | |
| org.apache.mina.core.session |
| Modifier and Type | Method | Description |
|---|---|---|
IoSessionDataStructureFactory |
AbstractIoService.getSessionDataStructureFactory() |
|
IoSessionDataStructureFactory |
IoService.getSessionDataStructureFactory() |
| Modifier and Type | Method | 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 | 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–2018 Apache MINA Project. All rights reserved.