Package com.sshtools.synergy.ssh
Class AuthenticatedFuture
java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.synergy.ssh.AuthenticatedFuture
- All Implemented Interfaces:
RequestFuture
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.common.ssh.AbstractRequestFuture
addFutureListener, 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
-
Constructor Details
-
AuthenticatedFuture
-
-
Method Details
-
authenticated
public void authenticated(boolean success) -
done
public void done(boolean success) - Overrides:
donein classAbstractRequestFuture
-