使用WebSocket搭建簡單的聊天室

jsp關鍵代碼 java類代碼 @ServerEndpoint(value = "/chatServer")public class ServerChat {// 用戶集合private static Vector<ServerChat> users = new Vector<ServerChat>();private Session session = null;private static i
相關文章
相關標籤/搜索