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 java.util.concurrent.atomic.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 |
---|---|
java.util.AbstractMap.SimpleImmutableEntry<java.lang.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.
|