| Package | Description |
|---|---|
| org.apache.sshd.common.session | |
| org.apache.sshd.common.session.helpers |
| Modifier and Type | Method and Description |
|---|---|
Session.TimeoutStatus |
Session.getTimeoutStatus()
Check if timeout has occurred.
|
static Session.TimeoutStatus |
Session.TimeoutStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Session.TimeoutStatus[] |
Session.TimeoutStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicReference<Session.TimeoutStatus> |
SessionHelper.timeoutStatus |
| Modifier and Type | Method and Description |
|---|---|
Session.TimeoutStatus |
SessionHelper.getTimeoutStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.AbstractMap.SimpleImmutableEntry<Session.TimeoutStatus,java.lang.String> |
SessionHelper.checkAuthenticationTimeout(long now,
long authTimeoutMs)
Checks if authentication timeout expired
|
protected java.util.AbstractMap.SimpleImmutableEntry<Session.TimeoutStatus,java.lang.String> |
SessionHelper.checkIdleTimeout(long now,
long idleTimeoutMs)
Checks if idle timeout expired
|