Uses of Class
org.apache.sshd.common.future.DefaultKeyExchangeFuture
Packages that use DefaultKeyExchangeFuture
-
Uses of DefaultKeyExchangeFuture in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as DefaultKeyExchangeFutureModifier and TypeFieldDescriptionprotected DefaultKeyExchangeFuture
AbstractSession.kexInitializedFuture
Fields in org.apache.sshd.common.session.helpers with type parameters of type DefaultKeyExchangeFutureModifier and TypeFieldDescriptionprotected final AtomicReference
<DefaultKeyExchangeFuture> KeyExchangeMessageHandler.kexFlushedFuture
Nevernull
.protected final AtomicReference
<DefaultKeyExchangeFuture> AbstractSession.kexFutureHolder
Methods in org.apache.sshd.common.session.helpers that return DefaultKeyExchangeFutureModifier and TypeMethodDescriptionKeyExchangeMessageHandler.initNewKeyExchange()
Initializes the state for a new key exchange.Methods in org.apache.sshd.common.session.helpers that return types with arguments of type DefaultKeyExchangeFutureModifier and TypeMethodDescriptionKeyExchangeMessageHandler.terminateKeyExchange()
To be called when the key exchange is done.Methods in org.apache.sshd.common.session.helpers with parameters of type DefaultKeyExchangeFutureModifier and TypeMethodDescriptionprotected void
KeyExchangeMessageHandler.flushQueue
(DefaultKeyExchangeFuture flushDone) Flushes all packets enqueued while a key exchange was ongoing.