Uses of Class
org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
Packages that use KexExtensionHandler.KexPhase Package Description org.apache.sshd.common.kex.extension -
-
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.KexPhase Modifier and Type Field Description static Set<KexExtensionHandler.KexPhase>KexExtensionHandler.KexPhase. VALUESMethods in org.apache.sshd.common.kex.extension that return KexExtensionHandler.KexPhase Modifier and Type Method Description static KexExtensionHandler.KexPhaseKexExtensionHandler.KexPhase. valueOf(String name)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.KexPhase Modifier and Type Method Description voidDefaultServerKexExtensionHandler. 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.
-