Uses of Interface
org.apache.sshd.common.future.SshFuture
-
Packages that use SshFuture Package Description org.apache.sshd.common.future org.apache.sshd.common.io org.apache.sshd.common.util.closeable -
-
Uses of SshFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future with type parameters of type SshFuture Modifier and Type Class Description classAbstractSshFuture<T extends SshFuture>classDefaultSshFuture<T extends SshFuture>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture>interfaceSshFuture<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).interfaceSshFutureListener<T extends SshFuture>Something interested in being notified when the completion of an asynchronous SSH operation :SshFuture.Subinterfaces of SshFuture in org.apache.sshd.common.future Modifier and Type Interface Description interfaceCloseFutureAnSshFuturefor asynchronous close requests.Classes in org.apache.sshd.common.future that implement SshFuture Modifier and Type Class Description classAbstractSshFuture<T extends SshFuture>classDefaultCloseFutureA default implementation ofCloseFuture.classDefaultSshFuture<T extends SshFuture>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture> -
Uses of SshFuture in org.apache.sshd.common.io
Subinterfaces of SshFuture in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoConnectFutureinterfaceIoReadFutureinterfaceIoWriteFutureClasses in org.apache.sshd.common.io that implement SshFuture Modifier and Type Class Description classAbstractIoWriteFuture -
Uses of SshFuture in org.apache.sshd.common.util.closeable
Classes in org.apache.sshd.common.util.closeable with type parameters of type SshFuture Modifier and Type Class Description classFuturesCloseable<T extends SshFuture>Methods in org.apache.sshd.common.util.closeable with type parameters of type SshFuture Modifier and Type Method Description <T extends SshFuture>
BuilderBuilder. when(Object id, Iterable<? extends SshFuture<T>> futures)<T extends SshFuture>
BuilderBuilder. when(SshFuture<T> future)<T extends SshFuture>
BuilderBuilder. when(SshFuture<T>... futures)Methods in org.apache.sshd.common.util.closeable with parameters of type SshFuture Modifier and Type Method Description <T extends SshFuture>
BuilderBuilder. when(SshFuture<T> future)<T extends SshFuture>
BuilderBuilder. when(SshFuture<T>... futures)Method parameters in org.apache.sshd.common.util.closeable with type arguments of type SshFuture Modifier and Type Method Description <T extends SshFuture>
BuilderBuilder. when(Object id, Iterable<? extends SshFuture<T>> futures)Constructor parameters in org.apache.sshd.common.util.closeable with type arguments of type SshFuture Constructor Description FuturesCloseable(Object id, Object lock, Iterable<? extends SshFuture<T>> futures)
-