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 interface
AuthFuture
AnSshFuture
for asynchronous authentication requests.interface
ConnectFuture
AnSshFuture
for asynchronous connections requests.interface
OpenFuture
AnSshFuture
for asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement VerifiableFuture Modifier and Type Class Description class
DefaultAuthFuture
A default implementation ofAuthFuture
.class
DefaultConnectFuture
A default implementation ofConnectFuture
.class
DefaultOpenFuture
A 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 class
ChannelAsyncInputStream.IoReadFutureImpl
class
IoWriteFutureImpl
protected static class
SimpleIoOutputStream.DefaultIoWriteFuture
-
Uses of VerifiableFuture in org.apache.sshd.common.future
Subinterfaces of VerifiableFuture in org.apache.sshd.common.future Modifier and Type Interface Description interface
KeyExchangeFuture
Classes in org.apache.sshd.common.future that implement VerifiableFuture Modifier and Type Class Description class
DefaultKeyExchangeFuture
class
DefaultVerifiableSshFuture<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 interface
IoReadFuture
interface
IoWriteFuture
Classes in org.apache.sshd.common.io that implement VerifiableFuture Modifier and Type Class Description class
AbstractIoWriteFuture
-
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 class
Nio2DefaultIoWriteFuture
-
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 class
PendingWriteFuture
Future holding a packet pending key exchange termination.
-