Class TimeoutIndicator
java.lang.Object
org.apache.sshd.common.session.helpers.TimeoutIndicator
Used to convey information about an expired timeout
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Durationstatic final TimeoutIndicatorprivate final TimeoutIndicator.TimeoutStatusprivate final Duration -
Constructor Summary
ConstructorsConstructorDescriptionTimeoutIndicator(TimeoutIndicator.TimeoutStatus status, Duration thresholdValue, Duration expiredValue) -
Method Summary
-
Field Details
-
NONE
-
status
-
thresholdValue
-
expiredValue
-
-
Constructor Details
-
TimeoutIndicator
public TimeoutIndicator(TimeoutIndicator.TimeoutStatus status, Duration thresholdValue, Duration expiredValue) - Parameters:
status- The expired timeout type (if any)thresholdValue- The configured timeout valueexpiredValue- The actual value that cause the timeout
-
-
Method Details