| Package | Description |
|---|---|
| org.apache.mina.core.future | |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeIoFuture<E extends IoFuture>
|
class |
DefaultCloseFuture
A default implementation of
CloseFuture. |
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
class |
DefaultReadFuture
A default implementation of
WriteFuture. |
class |
DefaultWriteFuture
A default implementation of
WriteFuture. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPollingIoConnector.ConnectionRequest |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractIoAcceptor.AcceptorOperationFuture |
protected static class |
AbstractIoService.ServiceOperationFuture |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.