View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window common-websocket-1.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.bootx.platform.common.websocket.manager
├─ cn.bootx.platform.common.websocket.manager.SpringWebSocketSessionManager.class - [JAR]
├─ cn.bootx.platform.common.websocket.manager.WebSocketSessionManager.class - [JAR]
cn.bootx.platform.common.websocket.configuration
├─ cn.bootx.platform.common.websocket.configuration.WebSocketConfig.class - [JAR]
cn.bootx.platform.common.websocket.func
├─ cn.bootx.platform.common.websocket.func.WsUserAuthService.class - [JAR]
cn.bootx.platform.common.websocket.service
├─ cn.bootx.platform.common.websocket.service.UserWsNoticeService.class - [JAR]
cn.bootx.platform.common.websocket.notice
├─ cn.bootx.platform.common.websocket.notice.UserNoticeWebSocketHandler.class - [JAR]
├─ cn.bootx.platform.common.websocket.notice.UserNoticeWebSocketInterceptor.class - [JAR]
cn.bootx.platform.common.websocket.code
├─ cn.bootx.platform.common.websocket.code.WebsocketCode.class - [JAR]
cn.bootx.platform.common.websocket.entity
├─ cn.bootx.platform.common.websocket.entity.WsRes.class - [JAR]
├─ cn.bootx.platform.common.websocket.entity.WsResult.class - [JAR]
cn.bootx.platform.common.websocket
├─ cn.bootx.platform.common.websocket.WebsocketAutoConfiguration.class - [JAR]