Uses of Class
org.apache.mina.common.IoFuture

Packages that use IoFuture
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of IoFuture in org.apache.mina.common
 

Subclasses of IoFuture in org.apache.mina.common
 class CloseFuture
          An IoFuture for asynchronous close requests.
 class ConnectFuture
          An IoFuture for asynchronous connect requests.
 class WriteFuture
          An IoFuture for asynchronous write requests.
 

Methods in org.apache.mina.common with parameters of type IoFuture
 void IoFuture.Callback.operationComplete(IoFuture future)
          Invoked when the operation associated with the IoFuture has been completed.