Uses of Interface
org.apache.sshd.common.future.SshFuture
-
-
Uses of SshFuture in org.apache.sshd.client.future
Subinterfaces of SshFuture 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 SshFuture Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA default implementation ofOpenFuture. -
Uses of SshFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement SshFuture 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 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<T>>classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classDefaultSshFuture<T extends SshFuture<T>>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture<T>>interfaceSshFuture<T extends SshFuture<T>>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 interfaceCancelFutureCancellations may not always be effective immediately.interfaceCloseFutureAnSshFuturefor asynchronous close requests.interfaceKeyExchangeFutureClasses in org.apache.sshd.common.future that implement SshFuture Modifier and Type Class Description classAbstractSshFuture<T extends SshFuture<T>>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 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 classAbstractIoWriteFutureclassDefaultIoConnectFutureA default implementation of anIoConnectFuture. -
Uses of SshFuture in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement SshFuture Modifier and Type Class Description classNio2DefaultIoWriteFuture -
Uses of SshFuture in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SshFuture Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination. -
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<T>>Fields in org.apache.sshd.common.util.closeable with type parameters of type SshFuture Modifier and Type Field Description private java.lang.Iterable<? extends SshFuture<T>>FuturesCloseable. futuresMethods in org.apache.sshd.common.util.closeable with type parameters of type SshFuture Modifier and Type Method Description <T extends SshFuture<T>>
BuilderBuilder. when(java.lang.Object id, java.lang.Iterable<? extends SshFuture<T>> futures)<T extends SshFuture<T>>
BuilderBuilder. when(SshFuture<T> future)<T extends SshFuture<T>>
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<T>>
BuilderBuilder. when(SshFuture<T> future)<T extends SshFuture<T>>
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<T>>
BuilderBuilder. when(java.lang.Object id, java.lang.Iterable<? extends SshFuture<T>> futures)Constructor parameters in org.apache.sshd.common.util.closeable with type arguments of type SshFuture Constructor Description FuturesCloseable(java.lang.Object id, java.lang.Object lock, java.lang.Iterable<? extends SshFuture<T>> futures)
-