Uses of Class
org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
-
Packages that use TimeoutIndicator.TimeoutStatus Package Description org.apache.sshd.common.session.helpers -
-
Uses of TimeoutIndicator.TimeoutStatus in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return TimeoutIndicator.TimeoutStatus Modifier and Type Method Description TimeoutIndicator.TimeoutStatus
TimeoutIndicator. getStatus()
static TimeoutIndicator.TimeoutStatus
TimeoutIndicator.TimeoutStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeoutIndicator.TimeoutStatus[]
TimeoutIndicator.TimeoutStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sshd.common.session.helpers with parameters of type TimeoutIndicator.TimeoutStatus Constructor Description TimeoutIndicator(TimeoutIndicator.TimeoutStatus status, long thresholdValue, long expiredValue)
-