<!--websocket- 客戶端-->
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.8</version>
</dependency>
複製程式碼
public class WebSocketClientUtil extends WebSocketClient {
}
複製程式碼