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 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 KeyExchangeMessageHandlerModifier and TypeMethodDescriptionprotected KeyExchangeMessageHandler
AbstractSession.initializeKeyExchangeMessageHandler()
Creates a newKeyExchangeMessageHandler
instance managing packet sending for this session.