Uses of Interface
org.apache.sshd.common.future.WaitableFuture
-
-
Uses of WaitableFuture in org.apache.sshd.client.future
Subinterfaces of WaitableFuture in org.apache.sshd.client.future Modifier and Type Interface Description interfaceAuthFutureAnSshFuturefor asynchronous authentication requests.interfaceConnectFutureAnSshFuturefor asynchronous connections requests.interfaceOpenFutureAnSshFuturefor asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement WaitableFuture Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA default implementation ofOpenFuture. -
Uses of WaitableFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement WaitableFuture Modifier and Type Class Description static classChannelAsyncInputStream.IoReadFutureImplclassIoWriteFutureImplprotected static classSimpleIoOutputStream.DefaultIoWriteFuture -
Uses of WaitableFuture in org.apache.sshd.common.future
Subinterfaces of WaitableFuture in org.apache.sshd.common.future Modifier and Type Interface Description interfaceCloseFutureAnSshFuturefor asynchronous close requests.interfaceKeyExchangeFutureinterfaceSshFuture<T extends SshFuture>Represents 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 WaitableFuture Modifier and Type Class Description classAbstractSshFuture<T extends SshFuture>classDefaultCloseFutureA default implementation ofCloseFuture.classDefaultKeyExchangeFutureclassDefaultSshFuture<T extends SshFuture>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture> -
Uses of WaitableFuture in org.apache.sshd.common.io
Subinterfaces of WaitableFuture in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoConnectFutureinterfaceIoReadFutureinterfaceIoWriteFutureClasses in org.apache.sshd.common.io that implement WaitableFuture Modifier and Type Class Description classAbstractIoWriteFuture -
Uses of WaitableFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement WaitableFuture Modifier and Type Class Description static classNio2Connector.DefaultIoConnectFutureclassNio2DefaultIoWriteFuture -
Uses of WaitableFuture in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement WaitableFuture Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.
-