Uses of Interface
org.apache.sshd.common.future.CancelFuture
Packages that use CancelFuture
-
Uses of CancelFuture in org.apache.sshd.client.future
Fields in org.apache.sshd.client.future declared as CancelFutureMethods in org.apache.sshd.client.future that return CancelFutureModifier and TypeMethodDescriptionDefaultAuthFuture.cancel()
Attempts to cancel the operation.DefaultAuthFuture.getCancellation()
-
Uses of CancelFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement CancelFutureMethods in org.apache.sshd.common.future that return CancelFutureModifier and TypeMethodDescriptionCancellable.cancel()
Attempts to cancel the operation.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.Cancellable.getCancellation()
Retrieves theCancelFuture
, ifCancellable.cancel()
had been called.DefaultCancellableSshFuture.getCancellation()