Skip navigation links

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).

See: Description

Package org.apache.mina.core.polling Description

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.
Skip navigation links

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