Uses of Class
org.apache.sshd.common.future.DefaultKeyExchangeFuture
-
Packages that use DefaultKeyExchangeFuture Package Description org.apache.sshd.common.session.helpers -
-
Uses of DefaultKeyExchangeFuture in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as DefaultKeyExchangeFuture Modifier and Type Field Description protected DefaultKeyExchangeFuture
KeyExchangeMessageHandler. kexFlushedFuture
Nevernull
.protected DefaultKeyExchangeFuture
AbstractSession. kexInitializedFuture
Fields in org.apache.sshd.common.session.helpers with type parameters of type DefaultKeyExchangeFuture Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<DefaultKeyExchangeFuture>
AbstractSession. kexFutureHolder
Methods in org.apache.sshd.common.session.helpers that return DefaultKeyExchangeFuture Modifier and Type Method Description DefaultKeyExchangeFuture
KeyExchangeMessageHandler. initNewKeyExchange()
Initializes the state for a new key exchange.Methods in org.apache.sshd.common.session.helpers that return types with arguments of type DefaultKeyExchangeFuture Modifier and Type Method Description java.util.AbstractMap.SimpleImmutableEntry<java.lang.Integer,DefaultKeyExchangeFuture>
KeyExchangeMessageHandler. terminateKeyExchange()
To be called when the key exchange is done.Methods in org.apache.sshd.common.session.helpers with parameters of type DefaultKeyExchangeFuture Modifier and Type Method Description protected void
KeyExchangeMessageHandler. flushQueue(DefaultKeyExchangeFuture flushDone)
Flushes all packets enqueued while a key exchange was ongoing.
-