Uses of Interface
org.apache.mina.core.future.IoFuture

Packages that use IoFuture
Package
Description
Common types required for users to use MINA.
 
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).
 
 
In-VM pipe support which removes the overhead of local loopback communication.