Uses of Interface
org.apache.sshd.common.future.CancelFuture
Packages that use CancelFuture
-
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()protected CancelFutureDefaultCancellableSshFuture.createCancellation()protected CancelFutureDefaultSshFuture.createCancellation()Creates aCancelFutureif this future can be canceled.Cancellable.getCancellation()Retrieves theCancelFuture, ifCancellable.cancel()had been called.DefaultCancellableSshFuture.getCancellation()