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
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 ofCloseFuture
.class
class
DefaultSshFuture<T extends SshFuture>
A default implementation ofSshFuture
.class
DefaultVerifiableSshFuture<T extends SshFuture>
-
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.nio2Modifier and TypeClassDescriptionstatic class
class
-
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.