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 TypeInterfaceDescriptioninterfaceAnSshFuturefor asynchronous authentication requests.interfaceAnSshFuturefor asynchronous connections requests.interfaceAnSshFuturefor asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement WaitableFutureModifier and TypeClassDescriptionclassA default implementation ofAuthFuture.classA default implementation ofConnectFuture.classA default implementation ofOpenFuture. -
Uses of WaitableFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement WaitableFutureModifier and TypeClassDescriptionstatic classprotected static classMarker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean).classprotected static class -
Uses of WaitableFuture in org.apache.sshd.common.future
Subinterfaces of WaitableFuture in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterfaceCancellations may not always be effective immediately.interfaceAnSshFuturefor asynchronous close requests.interfaceinterfaceRepresents 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 TypeClassDescriptionclassAbstractSshFuture<T extends SshFuture<T>>classA default implementation of aCancelFuture.classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classA default implementation ofCloseFuture.classclassDefaultSshFuture<T extends SshFuture<T>>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture<T>>classADefaultSshFuturethat can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true. -
Uses of WaitableFuture in org.apache.sshd.common.io
Subinterfaces of WaitableFuture in org.apache.sshd.common.ioModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses 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 WaitableFuture -
Uses of WaitableFuture in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement WaitableFutureModifier and TypeClassDescriptionclassFuture holding a packet pending key exchange termination.