Uses of Class
org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Packages that use KexExtensionHandler.AvailabilityPhase Package Description org.apache.sshd.common.kex.extension -
-
Uses of KexExtensionHandler.AvailabilityPhase in org.apache.sshd.common.kex.extension
Methods in org.apache.sshd.common.kex.extension that return KexExtensionHandler.AvailabilityPhase Modifier and Type Method Description static KexExtensionHandler.AvailabilityPhaseKexExtensionHandler.AvailabilityPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static KexExtensionHandler.AvailabilityPhase[]KexExtensionHandler.AvailabilityPhase. 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.AvailabilityPhase Modifier and Type Method Description booleanDefaultClientKexExtensionHandler. isKexExtensionsAvailable(Session session, KexExtensionHandler.AvailabilityPhase phase)default booleanKexExtensionHandler. isKexExtensionsAvailable(Session session, KexExtensionHandler.AvailabilityPhase phase)
-