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 DefaultKeyExchangeFutureAbstractSession. kexInitializedFutureFields in org.apache.sshd.common.session.helpers with type parameters of type DefaultKeyExchangeFuture Modifier and Type Field Description protected AtomicReference<DefaultKeyExchangeFuture>KeyExchangeMessageHandler. kexFlushedFutureNevernull.protected AtomicReference<DefaultKeyExchangeFuture>AbstractSession. kexFutureHolderMethods in org.apache.sshd.common.session.helpers that return DefaultKeyExchangeFuture Modifier and Type Method Description DefaultKeyExchangeFutureKeyExchangeMessageHandler. 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 AbstractMap.SimpleImmutableEntry<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 voidKeyExchangeMessageHandler. flushQueue(DefaultKeyExchangeFuture flushDone)Flushes all packets enqueued while a key exchange was ongoing.
-