| Package | Description |
|---|---|
| org.apache.mina.core.session |
| Modifier and Type | Class and Description |
|---|---|
private static class |
DefaultIoSessionDataStructureFactory.DefaultIoSessionAttributeMap |
| Modifier and Type | Field and Description |
|---|---|
private IoSessionAttributeMap |
AbstractIoSession.attributes |
| Modifier and Type | Method and Description |
|---|---|
IoSessionAttributeMap |
AbstractIoSession.getAttributeMap()
TODO Add method documentation
|
IoSessionAttributeMap |
DefaultIoSessionDataStructureFactory.getAttributeMap(IoSession session) |
IoSessionAttributeMap |
IoSessionDataStructureFactory.getAttributeMap(IoSession session)
Returns an
IoSessionAttributeMap which is going to be associated
with the specified session. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIoSession.setAttributeMap(IoSessionAttributeMap attributes)
TODO Add method documentation
|