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

Packages that use org.apache.mina.core.future
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).
 
 
 
Filter implementations that helps you to implement complex protocols via 'codec' concept.
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
 
 
 
In-VM pipe support which removes the overhead of local loopback communication.