Uses of Class
org.apache.sshd.common.future.DefaultVerifiableSshFuture
-
-
Uses of DefaultVerifiableSshFuture in org.apache.sshd.client.future
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.client.future Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA default implementation ofOpenFuture. -
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.channel
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.channel Modifier and Type Class Description static classChannelAsyncInputStream.IoReadFutureImplprotected static classChannelAsyncOutputStream.BufferedFutureMarker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean).classIoWriteFutureImplprotected static classSimpleIoOutputStream.DefaultIoWriteFuture -
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.future
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.future Modifier and Type Class Description classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classDefaultKeyExchangeFuture -
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.io
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.io Modifier and Type Class Description classAbstractIoWriteFutureclassDefaultIoConnectFutureA default implementation of anIoConnectFuture. -
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.io.nio2
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.io.nio2 Modifier and Type Class Description classNio2DefaultIoWriteFuture -
Uses of DefaultVerifiableSshFuture in org.apache.sshd.common.session.helpers
Subclasses of DefaultVerifiableSshFuture in org.apache.sshd.common.session.helpers Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.
-