java.lang.Object
io.github.theword.queqiao.core.constant.WebsocketConstantMessage
public class WebsocketConstantMessage
extends Object
-
Nested Class Summary
Nested Classes
static class
static class
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PARSE_MESSAGE_ERROR_ON_MESSAGE
public static final String PARSE_MESSAGE_ERROR_ON_MESSAGE
- See Also:
-
-
CLOSE_BY_RELOAD
public static final String CLOSE_BY_RELOAD
- See Also:
-
-
SHUTDOWN
public static final String SHUTDOWN
鹊桥整体关闭时使用的关闭原因
纯文本,不作为格式模板使用——它会被直接作为关闭帧的原因下发给对端。
此前这里误用了带 {} 占位符的模板,导致关闭原因里出现字面 {}。
- See Also:
-
-
Constructor Details
-
WebsocketConstantMessage
public WebsocketConstantMessage()