| 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.core.service | |
| 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 AbstractIoService.ServiceOperationFuture |
AbstractPollingIoAcceptor.disposalFuture |
private AbstractIoService.ServiceOperationFuture |
AbstractPollingIoConnector.disposalFuture |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractIoAcceptor.AcceptorOperationFuture |
| Modifier and Type | Field and Description |
|---|---|
private AbstractIoService.ServiceOperationFuture |
NioDatagramAcceptor.disposalFuture |