zj
2025-01-15 7a06832750d3f933de36ff9762c5bedebba6d667
1
2
3
4
5
package project.data.websocket.constant.enums;
 
public enum ConnectionStateEnum {
    IDLE, DELAY_CONNECT, CONNECTED, CLOSED_ON_ERROR
}