Uses of Enum
org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
Packages that use KexExtensionHandler.KexPhase
-
Uses of KexExtensionHandler.KexPhase in org.apache.sshd.common.kex.extension
Fields in org.apache.sshd.common.kex.extension with type parameters of type KexExtensionHandler.KexPhaseModifier and TypeFieldDescriptionstatic final Set<KexExtensionHandler.KexPhase>
KexExtensionHandler.KexPhase.VALUES
Methods in org.apache.sshd.common.kex.extension that return KexExtensionHandler.KexPhaseModifier and TypeMethodDescriptionstatic KexExtensionHandler.KexPhase
Returns the enum constant of this type with the specified name.static KexExtensionHandler.KexPhase[]
KexExtensionHandler.KexPhase.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.common.kex.extension with parameters of type KexExtensionHandler.KexPhaseModifier and TypeMethodDescriptiondefault void
KexExtensionHandler.sendKexExtensions
(Session session, KexExtensionHandler.KexPhase phase) Invoked in order to allow the handler to send anSSH_MSG_EXT_INFO
message.