Package com.sshtools.synergy.nio
Class ConnectRequestFuture
java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.synergy.nio.ConnectRequestFuture
- All Implemented Interfaces:
RequestFuture
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnected(ProtocolEngine transport, Connection<?> con) Connection<?>getHost()intgetPort()voidsetLastError(Throwable exception) Methods inherited from class com.sshtools.common.ssh.AbstractRequestFuture
addFutureListener, done, isDone, isSuccess, waitFor, waitForeverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.ssh.RequestFuture
isDoneAndSuccess
-
Method Details
-
connected
-
getTransport
-
getConnection
-
getHost
-
getPort
public int getPort() -
getLastError
-
setLastError
-