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 TypeClassDescriptionclassA default implementation ofAuthFuture.classA default implementation ofConnectFuture.classA default implementation ofOpenFuture. -
Uses of AbstractSshFuture in org.apache.sshd.common.channel
Subclasses of AbstractSshFuture in org.apache.sshd.common.channelModifier and TypeClassDescriptionstatic classprotected static classMarker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean).classprotected static class -
Uses of AbstractSshFuture in org.apache.sshd.common.future
Subclasses of AbstractSshFuture in org.apache.sshd.common.futureModifier and TypeClassDescriptionclassA 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 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 TypeClassDescriptionclassFuture holding a packet pending key exchange termination.