public class ConnectRequestFuture extends AbstractRequestFuture
| Modifier and Type | Method and Description |
|---|---|
void |
connected(ProtocolEngine transport,
Connection<?> con) |
Connection<?> |
getConnection() |
java.lang.String |
getHost() |
int |
getPort() |
ProtocolEngine |
getTransport() |
addFutureListener, done, isDone, isSuccess, waitFor, waitForeverpublic void connected(ProtocolEngine transport, Connection<?> con)
public ProtocolEngine getTransport()
public Connection<?> getConnection()
public java.lang.String getHost()
public int getPort()
Copyright © 2021. All rights reserved.