| Package | Description |
|---|---|
| org.apache.mina.common |
Common types required for users to use MINA.
|
| org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
| org.apache.mina.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java
NIO (New I/O) API.
|
| org.apache.mina.transport.socket.nio.support |
Internal classes used by org.apache.mina.transport.socket.nio package.
|
| org.apache.mina.transport.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
IoConnector.connect(SocketAddress address,
IoHandler handler)
Connects to the specified
address. |
ConnectFuture |
IoConnector.connect(SocketAddress address,
IoHandler handler,
IoServiceConfig config)
Connects to the specified
address. |
ConnectFuture |
IoConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler)
Connects to the specified
address. |
ConnectFuture |
IoConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config)
Connects to the specified
address. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
DelegatedIoConnector.connect(SocketAddress address,
IoHandler handler) |
ConnectFuture |
BaseIoConnector.connect(SocketAddress address,
IoHandler handler) |
ConnectFuture |
DelegatedIoConnector.connect(SocketAddress address,
IoHandler handler,
IoServiceConfig config) |
ConnectFuture |
DelegatedIoConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler) |
ConnectFuture |
BaseIoConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler) |
ConnectFuture |
DelegatedIoConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config) |
static ConnectFuture |
DefaultConnectFuture.newFailedFuture(Throwable exception)
Returns a new
ConnectFuture which is already marked as 'failed to connect'. |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
SocketConnector.connect(SocketAddress address,
IoHandler handler,
IoServiceConfig config) |
ConnectFuture |
SocketConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
DatagramConnectorDelegate.connect(SocketAddress address,
IoHandler handler,
IoServiceConfig config) |
ConnectFuture |
DatagramConnectorDelegate.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
VmPipeConnector.connect(SocketAddress address,
IoHandler handler,
IoServiceConfig config) |
ConnectFuture |
VmPipeConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config) |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.