HeartbeatLevel

public enum HeartbeatLevel

心跳级别

Since

5.6.7

Entries

Link copied to clipboard

紧急: 2次心跳超时后重连IM

Link copied to clipboard

优先: 3次心跳超时后重连IM

Link copied to clipboard

立即: 4次心跳超时后重连IM

Link copied to clipboard

迫切: 5次心跳超时后重连IM

Link copied to clipboard

常规: 6次心跳超时后重连IM(默认值)

Properties

Link copied to clipboard
public int value

Functions

Link copied to clipboard
public int getValue()
Link copied to clipboard
public static InitOption.HeartbeatLevel valueOf(int value)

public static InitOption.HeartbeatLevel valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.