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 CancelFutureSubclasses with type arguments of type CancelFuture in org.apache.sshd.common.futureSubinterfaces with type arguments of type CancelFuture in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterfaceCancellations may not always be effective immediately.Methods in org.apache.sshd.common.future that return CancelFutureModifier and TypeMethodDescriptionCancellable.cancel()Attempts to cancel the operation.DefaultCancellableSshFuture.cancel()private CancelFutureDefaultSshFuture.cancelOnTimeout(long timeoutMillis, CancelOption... options) protected CancelFutureDefaultCancellableSshFuture.createCancellation()protected CancelFutureDefaultSshFuture.createCancellation()Creates aCancelFutureif this future can be canceled.Cancellable.getCancellation()Retrieves theCancelFuture, ifCancellable.cancel()had been called.DefaultCancellableSshFuture.getCancellation()