Uses of Class
org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Packages that use SessionHeartbeatController.HeartbeatType Package Description org.apache.sshd.common.session -
-
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 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(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.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, TimeUnit unit, long count)
-