public class Constants
extends Object
-
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
PROTOCOL_HEART_BEAT
public static final String PROTOCOL_HEART_BEAT
通信协议编号:心跳检测。
- 另请参阅:
-
-
PROTOCOL_LOGIN
public static final String PROTOCOL_LOGIN
通信协议编号:连接登录。
- 另请参阅:
-
-
-
CACHE_NAME_CONNECTION_NAME
public static final String CACHE_NAME_CONNECTION_NAME
缓存名称定义:长连接名称 --> ID。2023-09-25
- 另请参阅:
-
-
构造器详细资料
-
Constants
public Constants()