Uses of Interface
org.apache.sshd.common.future.WaitableFuture
Packages that use WaitableFuture
Package
Description
-
Uses of WaitableFuture in org.apache.sshd.client.future
Subinterfaces of WaitableFuture in org.apache.sshd.client.futureModifier and TypeInterfaceDescriptioninterface
AnSshFuture
for asynchronous authentication requests.interface
AnSshFuture
for asynchronous connections requests.interface
AnSshFuture
for asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement WaitableFutureModifier and TypeClassDescriptionclass
A default implementation ofAuthFuture
.class
A default implementation ofConnectFuture
.class
A default implementation ofOpenFuture
. -
Uses of WaitableFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement WaitableFutureModifier and TypeClassDescriptionstatic class
class
protected static class
-
Uses of WaitableFuture in org.apache.sshd.common.future
Subinterfaces of WaitableFuture in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterface
AnSshFuture
for asynchronous close requests.interface
interface
Represents the completion of an asynchronous SSH operation on a given object (it may be an SSH session or an SSH channel).Classes in org.apache.sshd.common.future that implement WaitableFutureModifier and TypeClassDescriptionclass
AbstractSshFuture<T extends SshFuture>
class
A default implementation ofCloseFuture
.class
class
DefaultSshFuture<T extends SshFuture>
A default implementation ofSshFuture
.class
DefaultVerifiableSshFuture<T extends SshFuture>
-
Uses of WaitableFuture in org.apache.sshd.common.io
Subinterfaces of WaitableFuture in org.apache.sshd.common.ioModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in org.apache.sshd.common.io that implement WaitableFuture -
Uses of WaitableFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement WaitableFutureModifier and TypeClassDescriptionstatic class
class
-
Uses of WaitableFuture in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement WaitableFutureModifier and TypeClassDescriptionclass
Future holding a packet pending key exchange termination.