Uses of Interface
org.apache.sshd.common.future.VerifiableFuture
-
Packages that use VerifiableFuture Package Description org.apache.sshd.common.future org.apache.sshd.common.io -
-
Uses of VerifiableFuture in org.apache.sshd.common.future
Subinterfaces of VerifiableFuture in org.apache.sshd.common.future Modifier and Type Interface Description interfaceCancelFutureCancellations may not always be effective immediately.Classes in org.apache.sshd.common.future that implement VerifiableFuture Modifier and Type Class Description classDefaultCancelFutureA default implementation of aCancelFuture.classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classDefaultVerifiableSshFuture<T extends SshFuture<T>> -
Uses of VerifiableFuture in org.apache.sshd.common.io
Subinterfaces of VerifiableFuture in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoReadFutureinterfaceIoWriteFutureClasses in org.apache.sshd.common.io that implement VerifiableFuture Modifier and Type Class Description classAbstractIoWriteFutureclassDefaultIoConnectFutureA default implementation of anIoConnectFuture.
-