Uses of Interface
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
 

Subinterfaces of IoFuture in org.apache.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.apache.mina.common with parameters of type IoFuture
 void IoFutureListener.operationComplete(IoFuture future)
          Invoked when the operation associated with the IoFuture has been completed.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.