Uses of Class
org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
-
Packages that use AbstractSession.MessageCodingSettings Package Description org.apache.sshd.common.session.helpers -
-
Uses of AbstractSession.MessageCodingSettings in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as AbstractSession.MessageCodingSettings Modifier and Type Field Description protected AbstractSession.MessageCodingSettings
AbstractSession. inSettings
Resulting message coding settings at the end of a key exchange for incoming messages.protected AbstractSession.MessageCodingSettings
AbstractSession. outSettings
Resulting message coding settings at the end of a key exchange for outgoing messages.
-