- 2025年06月28日
- 星期六
我有这个代码 @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