public interface IoClient
org.apache.mina.service.IoHandler
s.Modifier and Type | Method and Description |
---|---|
IoFuture<IoSession> |
connect(SocketAddress remoteAddress)
Connects to the specified remote address.
|
IoFuture<IoSession> connect(SocketAddress remoteAddress)
remoteAddress
- Remote SocketAddress
to connectIoFuture
instance which is completed when the connection attempt initiated by this call
succeeds or fails.Copyright © 2009–2013 Apache MINA Project. All rights reserved.