Uses of Class
org.apache.sshd.common.config.TimeValueConfig
-
Packages that use TimeValueConfig Package Description org.apache.sshd.common.config -
-
Uses of TimeValueConfig in org.apache.sshd.common.config
Fields in org.apache.sshd.common.config with type parameters of type TimeValueConfig Modifier and Type Field Description static Set<TimeValueConfig>
TimeValueConfig. VALUES
Methods in org.apache.sshd.common.config that return TimeValueConfig Modifier and Type Method Description static TimeValueConfig
TimeValueConfig. fromValueChar(char ch)
static TimeValueConfig
TimeValueConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeValueConfig[]
TimeValueConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.common.config that return types with arguments of type TimeValueConfig Modifier and Type Method Description static Map<TimeValueConfig,Long>
TimeValueConfig. parse(String s)
Method parameters in org.apache.sshd.common.config with type arguments of type TimeValueConfig Modifier and Type Method Description static long
TimeValueConfig. durationOf(Map<TimeValueConfig,? extends Number> spec)
-