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 DefaultKeyExchangeFutureAbstractSession.kexInitializedFutureFields in org.apache.sshd.common.session.helpers with type parameters of type DefaultKeyExchangeFutureModifier and TypeFieldDescriptionprotected final AtomicReference<DefaultKeyExchangeFuture> KeyExchangeMessageHandler.kexFlushedFutureNevernull.protected final AtomicReference<DefaultKeyExchangeFuture> AbstractSession.kexFutureHolderMethods 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 voidKeyExchangeMessageHandler.flushQueue(DefaultKeyExchangeFuture flushDone) Flushes all packets enqueued while a key exchange was ongoing.