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
Fields in org.apache.sshd.common.session.helpers declared as TimeoutIndicator.TimeoutStatus Modifier and Type Field Description private TimeoutIndicator.TimeoutStatusTimeoutIndicator. statusMethods in org.apache.sshd.common.session.helpers that return TimeoutIndicator.TimeoutStatus Modifier and Type Method Description TimeoutIndicator.TimeoutStatusTimeoutIndicator. getStatus()static TimeoutIndicator.TimeoutStatusTimeoutIndicator.TimeoutStatus. valueOf(java.lang.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, java.time.Duration thresholdValue, java.time.Duration expiredValue)
-