Uses of Enum
org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
Packages that use TimeoutIndicator.TimeoutStatus
-
Uses of TimeoutIndicator.TimeoutStatus in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as TimeoutIndicator.TimeoutStatusModifier and TypeFieldDescriptionprivate final TimeoutIndicator.TimeoutStatus
TimeoutIndicator.status
Methods in org.apache.sshd.common.session.helpers that return TimeoutIndicator.TimeoutStatusModifier and TypeMethodDescriptionTimeoutIndicator.getStatus()
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.TimeoutStatusModifierConstructorDescriptionTimeoutIndicator
(TimeoutIndicator.TimeoutStatus status, Duration thresholdValue, Duration expiredValue)