Uses of Class
org.apache.sshd.common.future.DefaultVerifiableSshFuture
-
-
Uses of DefaultVerifiableSshFuture in org.apache.sshd.client.future
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.client.future 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 DefaultVerifiableSshFuture in org.apache.sshd.common.channel
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.channel Modifier and Type Class Description static class
ChannelAsyncInputStream.IoReadFutureImpl
protected static class
ChannelAsyncOutputStream.BufferedFuture
Marker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean)
.class
IoWriteFutureImpl
protected static class
SimpleIoOutputStream.DefaultIoWriteFuture
-
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.future
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.future Modifier and Type Class Description class
DefaultCancellableSshFuture<T extends SshFuture<T>>
A defaultCancellable
future implementation.class
DefaultKeyExchangeFuture
-
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.io
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.io Modifier and Type Class Description class
AbstractIoWriteFuture
class
DefaultIoConnectFuture
A default implementation of anIoConnectFuture
. -
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.io.nio2
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.io.nio2 Modifier and Type Class Description class
Nio2DefaultIoWriteFuture
-
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.session.helpers
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.session.helpers Modifier and Type Class Description class
PendingWriteFuture
Future holding a packet pending key exchange termination.
-