Uses of Interface
org.apache.sshd.common.future.Cancellable
-
Packages that use Cancellable Package Description org.apache.sshd.client.future org.apache.sshd.common.future org.apache.sshd.common.io -
-
Uses of Cancellable in org.apache.sshd.client.future
Subinterfaces of Cancellable in org.apache.sshd.client.future Modifier and Type Interface Description interfaceAuthFutureAnSshFuturefor asynchronous authentication requests.interfaceConnectFutureAnSshFuturefor asynchronous connections requests.interfaceOpenFutureAnSshFuturefor asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement Cancellable Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA default implementation ofOpenFuture. -
Uses of Cancellable in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement Cancellable Modifier and Type Class Description classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation. -
Uses of Cancellable in org.apache.sshd.common.io
Subinterfaces of Cancellable in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoConnectFutureClasses in org.apache.sshd.common.io that implement Cancellable Modifier and Type Class Description classDefaultIoConnectFutureA default implementation of anIoConnectFuture.
-