Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.session |
Modifier and Type | Method and Description |
---|---|
Session.TimeoutStatus |
Session.getTimeoutStatus()
Check if timeout has occurred.
|
static Session.TimeoutStatus |
Session.TimeoutStatus.valueOf(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 |
---|---|
protected AtomicReference<Session.TimeoutStatus> |
AbstractSession.timeoutStatus |
Modifier and Type | Method and Description |
---|---|
Session.TimeoutStatus |
AbstractSession.getTimeoutStatus()
Check if timeout has occurred.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.