Uses of Package
org.apache.mina.core.future

Packages that use org.apache.mina.core.future
org.apache.mina.core Common types required for users to use MINA. 
org.apache.mina.core.future   
org.apache.mina.core.polling Base class for implementing transport based on active polling strategies like NIO select call, or any API based on I/O polling system calls (epoll, poll, select, kqueue, etc). 
org.apache.mina.core.service   
org.apache.mina.core.session   
org.apache.mina.core.write   
org.apache.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept. 
org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality. 
org.apache.mina.transport.serial   
org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. 
 

Classes in org.apache.mina.core.future used by org.apache.mina.core
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
WriteFuture
          An IoFuture for asynchronous write requests.
 

Classes in org.apache.mina.core.future used by org.apache.mina.core.future
CloseFuture
          An IoFuture for asynchronous close requests.
ConnectFuture
          An IoFuture for asynchronous connect requests.
DefaultIoFuture
          A default implementation of IoFuture associated with an IoSession.
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
IoFutureListener
          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.
 

Classes in org.apache.mina.core.future used by org.apache.mina.core.polling
ConnectFuture
          An IoFuture for asynchronous connect requests.
DefaultConnectFuture
          A default implementation of ConnectFuture.
DefaultIoFuture
          A default implementation of IoFuture associated with an IoSession.
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
 

Classes in org.apache.mina.core.future used by org.apache.mina.core.service
ConnectFuture
          An IoFuture for asynchronous connect requests.
DefaultIoFuture
          A default implementation of IoFuture associated with an IoSession.
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
WriteFuture
          An IoFuture for asynchronous write requests.
 

Classes in org.apache.mina.core.future used by org.apache.mina.core.session
CloseFuture
          An IoFuture for asynchronous close requests.
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
ReadFuture
          An IoFuture for asynchronous read requests.
WriteFuture
          An IoFuture for asynchronous write requests.
 

Classes in org.apache.mina.core.future used by org.apache.mina.core.write
WriteFuture
          An IoFuture for asynchronous write requests.
 

Classes in org.apache.mina.core.future used by org.apache.mina.filter.codec
WriteFuture
          An IoFuture for asynchronous write requests.
 

Classes in org.apache.mina.core.future used by org.apache.mina.filter.ssl
WriteFuture
          An IoFuture for asynchronous write requests.
 

Classes in org.apache.mina.core.future used by org.apache.mina.transport.serial
ConnectFuture
          An IoFuture for asynchronous connect requests.
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
 

Classes in org.apache.mina.core.future used by org.apache.mina.transport.vmpipe
ConnectFuture
          An IoFuture for asynchronous connect requests.
IoFuture
          Represents the completion of an asynchronous I/O operation on an IoSession.
 



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