Uses of Class
org.apache.sshd.common.config.CompressionConfigValue
-
Packages that use CompressionConfigValue Package Description org.apache.sshd.common.config -
-
Uses of CompressionConfigValue in org.apache.sshd.common.config
Fields in org.apache.sshd.common.config with type parameters of type CompressionConfigValue Modifier and Type Field Description static Set<CompressionConfigValue>
CompressionConfigValue. VALUES
Methods in org.apache.sshd.common.config that return CompressionConfigValue Modifier and Type Method Description static CompressionConfigValue
CompressionConfigValue. fromName(String n)
static CompressionConfigValue
CompressionConfigValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompressionConfigValue[]
CompressionConfigValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-