Uses of Interface
org.apache.sshd.common.future.VerifiableFuture
-
-
Uses of VerifiableFuture in org.apache.sshd.client.future
Subinterfaces of VerifiableFuture 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 VerifiableFuture Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA default implementation ofOpenFuture. -
Uses of VerifiableFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement VerifiableFuture Modifier and Type Class Description static classChannelAsyncInputStream.IoReadFutureImplclassIoWriteFutureImplprotected static classSimpleIoOutputStream.DefaultIoWriteFuture -
Uses of VerifiableFuture in org.apache.sshd.common.future
Subinterfaces of VerifiableFuture in org.apache.sshd.common.future Modifier and Type Interface Description interfaceKeyExchangeFutureClasses in org.apache.sshd.common.future that implement VerifiableFuture Modifier and Type Class Description classDefaultKeyExchangeFutureclassDefaultVerifiableSshFuture<T extends SshFuture> -
Uses of VerifiableFuture in org.apache.sshd.common.io
Subinterfaces of VerifiableFuture in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoReadFutureinterfaceIoWriteFutureClasses in org.apache.sshd.common.io that implement VerifiableFuture Modifier and Type Class Description classAbstractIoWriteFuture -
Uses of VerifiableFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement VerifiableFuture Modifier and Type Class Description classNio2DefaultIoWriteFuture -
Uses of VerifiableFuture in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement VerifiableFuture Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.
-