Uses of Enum
org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
Packages that use SessionHeartbeatController.HeartbeatType
-
Uses of SessionHeartbeatController.HeartbeatType in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type SessionHeartbeatController.HeartbeatTypeModifier and TypeFieldDescriptionstatic final 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.HeartbeatTypeModifier and TypeFieldDescriptionstatic final Set<SessionHeartbeatController.HeartbeatType>
SessionHeartbeatController.HeartbeatType.VALUES
Methods in org.apache.sshd.common.session that return SessionHeartbeatController.HeartbeatTypeModifier and TypeMethodDescriptionSessionHeartbeatController.getSessionHeartbeatType()
Returns the enum constant of this type with the specified name.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.HeartbeatTypeModifier and TypeMethodDescriptiondefault void
SessionHeartbeatController.setSessionHeartbeat
(SessionHeartbeatController.HeartbeatType type, Duration interval) Set the session heartbeatdefault void
SessionHeartbeatController.setSessionHeartbeat
(SessionHeartbeatController.HeartbeatType type, TimeUnit unit, long count)