Uses of Class
org.apache.sshd.common.session.helpers.KeyExchangeMessageHandler
Packages that use KeyExchangeMessageHandler
-
Uses of KeyExchangeMessageHandler in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as KeyExchangeMessageHandlerModifier and TypeFieldDescriptionprotected final 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 KeyExchangeMessageHandlerModifier and TypeMethodDescriptionprotected KeyExchangeMessageHandlerAbstractSession.initializeKeyExchangeMessageHandler()Creates a newKeyExchangeMessageHandlerinstance managing packet sending for this session.