| Package | Description |
|---|---|
| org.apache.mina.common |
Common types required for users to use MINA.
|
| org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
| Modifier and Type | Method and Description |
|---|---|
CloseFuture |
IoSession.close()
Closes this session immediately.
|
CloseFuture |
IoSession.getCloseFuture()
Returns the
CloseFuture of this session. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCloseFuture
A default implementation of
CloseFuture. |
| Modifier and Type | Method and Description |
|---|---|
CloseFuture |
BaseIoSession.close() |
CloseFuture |
BaseIoSession.getCloseFuture() |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.