|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoFuture | |
|---|---|
| org.littleshoot.mina.common | Common types required for users to use MINA. |
| org.littleshoot.mina.common.support | Internal classes used by org.apache.mina.common package. |
| Uses of IoFuture in org.littleshoot.mina.common |
|---|
| Subinterfaces of IoFuture in org.littleshoot.mina.common | |
|---|---|
interface |
CloseFuture
An IoFuture for asynchronous close requests. |
interface |
ConnectFuture
An IoFuture for asynchronous connect requests. |
interface |
WriteFuture
An IoFuture for asynchronous write requests. |
| Methods in org.littleshoot.mina.common with parameters of type IoFuture | |
|---|---|
void |
IoFutureListener.operationComplete(IoFuture future)
Invoked when the operation associated with the IoFuture
has been completed. |
| Uses of IoFuture in org.littleshoot.mina.common.support |
|---|
| Classes in org.littleshoot.mina.common.support that implement IoFuture | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||