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 | 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 | Description |
---|---|---|
class |
AbstractPollingIoConnector.ConnectionRequest |
Modifier and Type | Class | Description |
---|---|---|
static class |
AbstractIoAcceptor.AcceptorOperationFuture |
|
protected static class |
AbstractIoService.ServiceOperationFuture |
A specific class used to
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.