Package | Description |
---|---|
org.apache.sshd.common.session.helpers |
Modifier and Type | Field and Description |
---|---|
private TimeoutIndicator.TimeoutStatus |
TimeoutIndicator.status |
Modifier and Type | Method and Description |
---|---|
TimeoutIndicator.TimeoutStatus |
TimeoutIndicator.getStatus() |
static TimeoutIndicator.TimeoutStatus |
TimeoutIndicator.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.
|
Constructor and Description |
---|
TimeoutIndicator(TimeoutIndicator.TimeoutStatus status,
java.time.Duration thresholdValue,
java.time.Duration expiredValue) |