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 java.util.Set<KexExtensionHandler.KexPhase>
KexExtensionHandler.KexPhase. VALUES
Methods in org.apache.sshd.common.kex.extension that return KexExtensionHandler.KexPhase Modifier and Type Method Description static KexExtensionHandler.KexPhase
KexExtensionHandler.KexPhase. valueOf(java.lang.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 void
DefaultServerKexExtensionHandler. collectExtensions(Session session, KexExtensionHandler.KexPhase phase, java.util.function.BiConsumer<java.lang.String,java.lang.Object> marshaller)
Collects extension info records, handing them off to the givenmarshaller
for writing into anKexExtensions.SSH_MSG_EXT_INFO
message.void
DefaultServerKexExtensionHandler. sendKexExtensions(Session session, KexExtensionHandler.KexPhase phase)
default void
KexExtensionHandler. sendKexExtensions(Session session, KexExtensionHandler.KexPhase phase)
Invoked in order to allow the handler to send anSSH_MSG_EXT_INFO
message.
-