Uses of Interface
org.apache.sshd.common.future.Cancellable
Packages that use Cancellable
Package
Description
-
Uses of Cancellable in org.apache.sshd.client.future
Subinterfaces of Cancellable in org.apache.sshd.client.futureModifier and TypeInterfaceDescriptioninterfaceAnSshFuturefor asynchronous authentication requests.interfaceAnSshFuturefor asynchronous connections requests.interfaceAnSshFuturefor asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement CancellableModifier and TypeClassDescriptionclassA default implementation ofAuthFuture.classA default implementation ofConnectFuture.classA default implementation ofOpenFuture. -
Uses of Cancellable in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement CancellableModifier and TypeClassDescriptionclassDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation. -
Uses of Cancellable in org.apache.sshd.common.io
Subinterfaces of Cancellable in org.apache.sshd.common.ioClasses in org.apache.sshd.common.io that implement Cancellable