Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.session |
Modifier and Type | Field and Description |
---|---|
static Property<SessionHeartbeatController.HeartbeatType> |
CommonModuleProperties.SESSION_HEARTBEAT_TYPE
Property used to register the
SessionHeartbeatController.HeartbeatType -
if non-existent or NONE then disabled. |
Modifier and Type | Field and Description |
---|---|
static Set<SessionHeartbeatController.HeartbeatType> |
SessionHeartbeatController.HeartbeatType.VALUES |
Modifier and Type | Method and Description |
---|---|
static SessionHeartbeatController.HeartbeatType |
SessionHeartbeatController.HeartbeatType.fromName(String name) |
default SessionHeartbeatController.HeartbeatType |
SessionHeartbeatController.getSessionHeartbeatType() |
static SessionHeartbeatController.HeartbeatType |
SessionHeartbeatController.HeartbeatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionHeartbeatController.HeartbeatType[] |
SessionHeartbeatController.HeartbeatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
SessionHeartbeatController.setSessionHeartbeat(SessionHeartbeatController.HeartbeatType type,
Duration interval)
Set the session heartbeat
|
default void |
SessionHeartbeatController.setSessionHeartbeat(SessionHeartbeatController.HeartbeatType type,
TimeUnit unit,
long count) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.