|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectFuture | |
---|---|
org.apache.mina.common | Common types required for users to use MINA. |
org.apache.mina.transport.vmpipe | In-VM pipe support which removes the overhead of local loopback communication. |
Uses of ConnectFuture in org.apache.mina.common |
---|
Methods in org.apache.mina.common that return ConnectFuture | |
---|---|
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 . |
static ConnectFuture |
ConnectFuture.newFailedFuture(IOException exception)
Returns a new ConnectFuture which is already marked as 'failed to connect'. |
Uses of ConnectFuture in org.apache.mina.transport.vmpipe |
---|
Methods in org.apache.mina.transport.vmpipe that return ConnectFuture | |
---|---|
ConnectFuture |
VmPipeConnector.connect(SocketAddress address,
IoHandler handler,
IoServiceConfig config)
|
ConnectFuture |
VmPipeConnector.connect(SocketAddress address,
SocketAddress localAddress,
IoHandler handler,
IoServiceConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |