Uses of Class
org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Packages that use SessionHeartbeatController.HeartbeatType Package Description org.apache.sshd.common org.apache.sshd.common.session -
-
Uses of SessionHeartbeatController.HeartbeatType in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type SessionHeartbeatController.HeartbeatType Modifier and Type Field Description static Property<SessionHeartbeatController.HeartbeatType>
CommonModuleProperties. SESSION_HEARTBEAT_TYPE
Property used to register theSessionHeartbeatController.HeartbeatType
- if non-existent orNONE
then disabled. -
Uses of SessionHeartbeatController.HeartbeatType in org.apache.sshd.common.session
Fields in org.apache.sshd.common.session with type parameters of type SessionHeartbeatController.HeartbeatType Modifier and Type Field Description static java.util.Set<SessionHeartbeatController.HeartbeatType>
SessionHeartbeatController.HeartbeatType. VALUES
Methods in org.apache.sshd.common.session that return SessionHeartbeatController.HeartbeatType Modifier and Type Method Description static SessionHeartbeatController.HeartbeatType
SessionHeartbeatController.HeartbeatType. fromName(java.lang.String name)
default SessionHeartbeatController.HeartbeatType
SessionHeartbeatController. getSessionHeartbeatType()
static SessionHeartbeatController.HeartbeatType
SessionHeartbeatController.HeartbeatType. valueOf(java.lang.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.Methods in org.apache.sshd.common.session with parameters of type SessionHeartbeatController.HeartbeatType Modifier and Type Method Description default void
SessionHeartbeatController. setSessionHeartbeat(SessionHeartbeatController.HeartbeatType type, java.time.Duration interval)
Set the session heartbeatdefault void
SessionHeartbeatController. setSessionHeartbeat(SessionHeartbeatController.HeartbeatType type, java.util.concurrent.TimeUnit unit, long count)
-