| 接口 | 说明 |
|---|---|
| CloseFuture |
An
IoFuture for asynchronous close requests. |
| ConnectFuture |
An
IoFuture for asynchronous connect requests. |
| IoFuture |
Represents the completion of an asynchronous I/O operation on an
IoSession. |
| IoFutureListener<F extends IoFuture> |
Something interested in being notified when the completion
of an asynchronous I/O operation :
IoFuture. |
| ReadFuture |
An
IoFuture for asynchronous read requests. |
| WriteFuture |
An
IoFuture for asynchronous write requests. |
| 类 | 说明 |
|---|---|
| CompositeIoFuture<E extends IoFuture> | |
| DefaultCloseFuture |
A default implementation of
CloseFuture. |
| DefaultConnectFuture |
A default implementation of
ConnectFuture. |
| DefaultIoFuture | |
| DefaultReadFuture |
A default implementation of
WriteFuture. |
| DefaultWriteFuture |
A default implementation of
WriteFuture. |