Uses of Class
org.apache.sshd.common.future.DefaultSshFuture
Packages that use DefaultSshFuture
Package
Description
-
Uses of DefaultSshFuture in org.apache.sshd.client.future
Subclasses of DefaultSshFuture in org.apache.sshd.client.futureModifier and TypeClassDescriptionclass
A default implementation ofAuthFuture
.class
A default implementation ofConnectFuture
.class
A default implementation ofOpenFuture
. -
Uses of DefaultSshFuture in org.apache.sshd.common.channel
Subclasses of DefaultSshFuture in org.apache.sshd.common.channelModifier and TypeClassDescriptionstatic class
protected static class
Marker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean)
.class
protected static class
-
Uses of DefaultSshFuture in org.apache.sshd.common.future
Subclasses of DefaultSshFuture in org.apache.sshd.common.futureModifier and TypeClassDescriptionclass
A default implementation ofCloseFuture
.class
class
DefaultVerifiableSshFuture<T extends SshFuture>
class
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 -
Uses of DefaultSshFuture in org.apache.sshd.common.io.nio2
Subclasses of DefaultSshFuture in org.apache.sshd.common.io.nio2Modifier and TypeClassDescriptionstatic class
class
-
Uses of DefaultSshFuture in org.apache.sshd.common.session.helpers
Subclasses of DefaultSshFuture in org.apache.sshd.common.session.helpersModifier and TypeClassDescriptionclass
Future holding a packet pending key exchange termination.