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.AvailabilityPhase
KexExtensionHandler.AvailabilityPhase. valueOf(java.lang.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 boolean
DefaultClientKexExtensionHandler. isKexExtensionsAvailable(Session session, KexExtensionHandler.AvailabilityPhase phase)
default boolean
KexExtensionHandler. isKexExtensionsAvailable(Session session, KexExtensionHandler.AvailabilityPhase phase)
-