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 TypeInterfaceDescriptioninterface
AnSshFuture
for asynchronous authentication requests.interface
AnSshFuture
for asynchronous connections requests.interface
AnSshFuture
for asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement CancellableModifier and TypeClassDescriptionclass
A default implementation ofAuthFuture
.class
A default implementation ofConnectFuture
.class
A default implementation ofOpenFuture
. -
Uses of Cancellable in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement CancellableModifier and TypeClassDescriptionclass
DefaultCancellableSshFuture<T extends SshFuture<T>>
A defaultCancellable
future 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