Package | Description |
---|---|
org.apache.sshd.common.session.helpers |
Modifier and Type | Field and Description |
---|---|
protected KeyExchangeMessageHandler |
AbstractSession.kexHandler
The
KeyExchangeMessageHandler instance also serves as lock protecting AbstractSession.kexState changes from DONE
to INIT or RUN, and from KEYS to DONE. |
Modifier and Type | Method and Description |
---|---|
protected KeyExchangeMessageHandler |
AbstractSession.initializeKeyExchangeMessageHandler()
Creates a new
KeyExchangeMessageHandler instance managing packet sending for this session. |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.