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.VALUESMethods in org.apache.sshd.common.kex.extension that return KexExtensionHandler.KexPhaseModifier and TypeMethodDescriptionstatic KexExtensionHandler.KexPhaseReturns 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 TypeMethodDescriptionvoidDefaultServerKexExtensionHandler.collectExtensions(Session session, KexExtensionHandler.KexPhase phase, BiConsumer<String, Object> marshaller) Collects extension info records, handing them off to the givenmarshallerfor writing into anKexExtensions.SSH_MSG_EXT_INFOmessage.voidDefaultServerKexExtensionHandler.sendKexExtensions(Session session, KexExtensionHandler.KexPhase phase) default voidKexExtensionHandler.sendKexExtensions(Session session, KexExtensionHandler.KexPhase phase) Invoked in order to allow the handler to send anSSH_MSG_EXT_INFOmessage.