Uses of Class
org.apache.sshd.common.future.DefaultSshFuture
Packages that use DefaultSshFuture
Package
Description
-
Uses of DefaultSshFuture in org.apache.sshd.client.future
Subclasses of DefaultSshFuture in org.apache.sshd.client.futureModifier and TypeClassDescriptionclassA default implementation ofAuthFuture.classA default implementation ofConnectFuture.classA default implementation ofOpenFuture. -
Uses of DefaultSshFuture in org.apache.sshd.common.channel
Subclasses of DefaultSshFuture 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 DefaultSshFuture in org.apache.sshd.common.future
Subclasses of DefaultSshFuture in org.apache.sshd.common.futureModifier and TypeClassDescriptionclassA default implementation of aCancelFuture.classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classA default implementation ofCloseFuture.classclassDefaultVerifiableSshFuture<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 DefaultSshFuture in org.apache.sshd.common.io
Subclasses of DefaultSshFuture in org.apache.sshd.common.io -
Uses of DefaultSshFuture in org.apache.sshd.common.io.nio2
Subclasses of DefaultSshFuture in org.apache.sshd.common.io.nio2 -
Uses of DefaultSshFuture in org.apache.sshd.common.session.helpers
Subclasses of DefaultSshFuture in org.apache.sshd.common.session.helpersModifier and TypeClassDescriptionclassFuture holding a packet pending key exchange termination.