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(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 | Method and Description |
---|---|
Session.TimeoutStatus |
SessionHelper.getTimeoutStatus() |
Modifier and Type | Method and Description |
---|---|
protected AbstractMap.SimpleImmutableEntry<Session.TimeoutStatus,String> |
SessionHelper.checkAuthenticationTimeout(long now,
long authTimeoutMs)
Checks if authentication timeout expired
|
protected AbstractMap.SimpleImmutableEntry<Session.TimeoutStatus,String> |
SessionHelper.checkIdleTimeout(long now,
long idleTimeoutMs)
Checks if idle timeout expired
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.