public static void router(
ConcurrentHashMap<String, Session> fds, //全部链接
Session socket, //当前链接
String msg, //消息内容
JSONObject token //用户Token
) {}
// 当前用户
socket.getBasicRemote().sendText('消息')
// 指定用户
String uid = '1'
__fds.get(uid).getBasicRemote().sendText('消息')
# Web方式
browser> http://localhost:9000/admin/index/socket
业务咨询
技术问题