Package 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). Know implementations are org.apache.mina.transport.socket.nio and org.apache.mina.transport.socket.apr.
Author:
Apache MINA Project