- 2025年08月12日
- 星期二
我有这个代码 @ServerEndpoint(value = /websocket)public class Service { private String clientId; @OnOpen public void init(Session session) throws IOException { //opening a websocket
我有这个代码 @ServerEndpoint(value = /websocket)public class Service { private String clientId; @OnOpen public void init(Session session) throws IOException { //opening a websocket