public class WebSocketUtils extends Object
Description: WebSocket 通用工具类
| 构造器和说明 |
|---|
WebSocketUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static javax.servlet.http.HttpServletRequest |
getHttpServletRequest(org.springframework.http.server.ServerHttpRequest serverHttpRequest) |
static javax.servlet.http.HttpServletResponse |
getHttpServletResponse(org.springframework.http.server.ServerHttpResponse serverHttpResponse) |
static int |
getOnlineCount() |
public static javax.servlet.http.HttpServletRequest getHttpServletRequest(org.springframework.http.server.ServerHttpRequest serverHttpRequest)
public static javax.servlet.http.HttpServletResponse getHttpServletResponse(org.springframework.http.server.ServerHttpResponse serverHttpResponse)
public static int getOnlineCount()
Copyright © 2023 Dromara. All rights reserved.