Package | Description |
---|---|
org.apache.sshd.common.session.helpers |
Modifier and Type | Field and Description |
---|---|
protected DefaultKeyExchangeFuture |
KeyExchangeMessageHandler.kexFlushedFuture
Never
null . |
protected DefaultKeyExchangeFuture |
AbstractSession.kexInitializedFuture |
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<DefaultKeyExchangeFuture> |
AbstractSession.kexFutureHolder |
Modifier and Type | Method and Description |
---|---|
DefaultKeyExchangeFuture |
KeyExchangeMessageHandler.initNewKeyExchange()
Initializes the state for a new key exchange.
|
Modifier and Type | Method and Description |
---|---|
AbstractMap.SimpleImmutableEntry<Integer,DefaultKeyExchangeFuture> |
KeyExchangeMessageHandler.terminateKeyExchange()
To be called when the key exchange is done.
|
Modifier and Type | Method and Description |
---|---|
protected void |
KeyExchangeMessageHandler.flushQueue(DefaultKeyExchangeFuture flushDone)
Flushes all packets enqueued while a key exchange was ongoing.
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.