Uses of Interface
org.apache.sshd.common.future.CancelFuture
-
Packages that use CancelFuture Package Description org.apache.sshd.client.future org.apache.sshd.common.future -
-
Uses of CancelFuture in org.apache.sshd.client.future
Fields in org.apache.sshd.client.future declared as CancelFuture Modifier and Type Field Description private CancelFuture
DefaultAuthFuture. cancellation
Methods in org.apache.sshd.client.future that return CancelFuture Modifier and Type Method Description CancelFuture
DefaultAuthFuture. cancel()
Attempts to cancel the operation.CancelFuture
DefaultAuthFuture. getCancellation()
-
Uses of CancelFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement CancelFuture Modifier and Type Class Description class
DefaultCancelFuture
A default implementation of aCancelFuture
.Methods in org.apache.sshd.common.future that return CancelFuture Modifier and Type Method Description CancelFuture
Cancellable. cancel()
Attempts to cancel the operation.CancelFuture
DefaultCancellableSshFuture. cancel()
private CancelFuture
DefaultSshFuture. cancelOnTimeout(long timeoutMillis, CancelOption... options)
protected CancelFuture
DefaultCancellableSshFuture. createCancellation()
protected CancelFuture
DefaultSshFuture. createCancellation()
Creates aCancelFuture
if this future can be canceled.CancelFuture
Cancellable. getCancellation()
Retrieves theCancelFuture
, ifCancellable.cancel()
had been called.CancelFuture
DefaultCancellableSshFuture. getCancellation()
-