Uses of Class
org.apache.sshd.common.future.AbstractSshFuture
Packages that use AbstractSshFuture
Package
Description
-
Uses of AbstractSshFuture in org.apache.sshd.client.future
Subclasses of AbstractSshFuture in org.apache.sshd.client.futureModifier and TypeClassDescriptionclass
A default implementation ofAuthFuture
.class
A default implementation ofConnectFuture
.class
A default implementation ofOpenFuture
. -
Uses of AbstractSshFuture in org.apache.sshd.common.channel
Subclasses of AbstractSshFuture 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 AbstractSshFuture in org.apache.sshd.common.future
Subclasses of AbstractSshFuture in org.apache.sshd.common.futureModifier and TypeClassDescriptionclass
A default implementation of aCancelFuture
.class
DefaultCancellableSshFuture<T extends SshFuture<T>>
A defaultCancellable
future implementation.class
A default implementation ofCloseFuture
.class
class
DefaultSshFuture<T extends SshFuture<T>>
A default implementation ofSshFuture
.class
DefaultVerifiableSshFuture<T extends SshFuture<T>>
class
ADefaultSshFuture
that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true
. -
Uses of AbstractSshFuture in org.apache.sshd.common.io
Subclasses of AbstractSshFuture in org.apache.sshd.common.io -
Uses of AbstractSshFuture in org.apache.sshd.common.io.nio2
Subclasses of AbstractSshFuture in org.apache.sshd.common.io.nio2 -
Uses of AbstractSshFuture in org.apache.sshd.common.session.helpers
Subclasses of AbstractSshFuture in org.apache.sshd.common.session.helpersModifier and TypeClassDescriptionclass
Future holding a packet pending key exchange termination.