Uses of Class
org.apache.sshd.common.future.AbstractSshFuture
-
-
Uses of AbstractSshFuture in org.apache.sshd.client.future
Subclasses of AbstractSshFuture 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 AbstractSshFuture in org.apache.sshd.common.channel
Subclasses of AbstractSshFuture 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 AbstractSshFuture in org.apache.sshd.common.future
Subclasses of AbstractSshFuture in org.apache.sshd.common.future Modifier and Type Class Description classDefaultCancelFutureA default implementation of aCancelFuture.classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classDefaultCloseFutureA default implementation ofCloseFuture.classDefaultKeyExchangeFutureclassDefaultSshFuture<T extends SshFuture<T>>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture<T>>classGlobalRequestFutureADefaultSshFuturethat 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 Modifier and Type Class Description classAbstractIoWriteFutureclassDefaultIoConnectFutureA default implementation of anIoConnectFuture. -
Uses of AbstractSshFuture in org.apache.sshd.common.io.nio2
Subclasses of AbstractSshFuture in org.apache.sshd.common.io.nio2 Modifier and Type Class Description classNio2DefaultIoWriteFuture -
Uses of AbstractSshFuture in org.apache.sshd.common.session.helpers
Subclasses of AbstractSshFuture in org.apache.sshd.common.session.helpers Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.
-