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 KeyExchangeMessageHandlerAbstractSession. kexHandlerTheKeyExchangeMessageHandlerinstance also serves as lock protectingAbstractSession.kexStatechanges 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 KeyExchangeMessageHandlerAbstractSession. initializeKeyExchangeMessageHandler()Creates a newKeyExchangeMessageHandlerinstance managing packet sending for this session.
-