Uses of Class
org.apache.sshd.common.future.DefaultSshFuture
-
-
Uses of DefaultSshFuture in org.apache.sshd.client.future
Subclasses of DefaultSshFuture 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 DefaultSshFuture in org.apache.sshd.common.channel
Subclasses of DefaultSshFuture 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 DefaultSshFuture in org.apache.sshd.common.future
Subclasses of DefaultSshFuture in org.apache.sshd.common.future Modifier and Type Class Description class
DefaultCloseFuture
A default implementation ofCloseFuture
.class
DefaultKeyExchangeFuture
class
DefaultVerifiableSshFuture<T extends SshFuture>
class
GlobalRequestFuture
ADefaultSshFuture
that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true
. -
Uses of DefaultSshFuture in org.apache.sshd.common.io
Subclasses of DefaultSshFuture in org.apache.sshd.common.io Modifier and Type Class Description class
AbstractIoWriteFuture
-
Uses of DefaultSshFuture in org.apache.sshd.common.io.nio2
Subclasses of DefaultSshFuture in org.apache.sshd.common.io.nio2 Modifier and Type Class Description static class
Nio2Connector.DefaultIoConnectFuture
class
Nio2DefaultIoWriteFuture
-
Uses of DefaultSshFuture in org.apache.sshd.common.session.helpers
Subclasses of DefaultSshFuture in org.apache.sshd.common.session.helpers Modifier and Type Class Description class
PendingWriteFuture
Future holding a packet pending key exchange termination.
-