| Package | Description |
|---|---|
| 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.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java
NIO (New I/O) API.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture> |
AbstractPollingIoAcceptor.cancelQueue |
private java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture> |
AbstractPollingIoAcceptor.registerQueue |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture> |
NioDatagramAcceptor.cancelQueue |
private java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture> |
NioDatagramAcceptor.registerQueue
A queue used to store the list of pending Binds
|