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_TYPEProperty used to register theSessionHeartbeatController.HeartbeatType- if non-existent orNONEthen 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.VALUESMethods 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 voidSessionHeartbeatController.setSessionHeartbeat(SessionHeartbeatController.HeartbeatType type, Duration interval) Set the session heartbeatdefault voidSessionHeartbeatController.setSessionHeartbeat(SessionHeartbeatController.HeartbeatType type, TimeUnit unit, long count)