Uses of Class
org.apache.sshd.common.session.helpers.KeyExchangeMessageHandler
-
Packages that use KeyExchangeMessageHandler Package Description org.apache.sshd.common.session.helpers -
-
Uses of KeyExchangeMessageHandler in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as KeyExchangeMessageHandler Modifier and Type Field Description protected KeyExchangeMessageHandler
AbstractSession. kexHandler
TheKeyExchangeMessageHandler
instance also serves as lock protectingAbstractSession.kexState
changes from DONE to INIT or RUN, and from KEYS to DONE.Methods in org.apache.sshd.common.session.helpers that return KeyExchangeMessageHandler Modifier and Type Method Description protected KeyExchangeMessageHandler
AbstractSession. initializeKeyExchangeMessageHandler()
Creates a newKeyExchangeMessageHandler
instance managing packet sending for this session.
-