| 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 | Interface and Description |
|---|---|
interface |
CloseFuture
An
IoFuture for asynchronous close requests. |
interface |
ConnectFuture
An
IoFuture for asynchronous connect requests. |
interface |
WriteFuture
An
IoFuture for asynchronous write requests. |
| Modifier and Type | Method and Description |
|---|---|
void |
IoFutureListener.operationComplete(IoFuture future)
Invoked when the operation associated with the
IoFuture
has been completed. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCloseFuture
A default implementation of
CloseFuture. |
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
class |
DefaultIoFuture
A default implementation of
IoFuture. |
class |
DefaultWriteFuture
A default implementation of
WriteFuture. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.