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 Duration
static final TimeoutIndicator
private final TimeoutIndicator.TimeoutStatus
private 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