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 xj-fw-websocket-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.wslxm.springbootplus2.starter.websocket.service.impl
├─ io.github.wslxm.springbootplus2.starter.websocket.service.impl.WebsocketServiceImpl.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.config
├─ io.github.wslxm.springbootplus2.starter.websocket.config.WebSocketConfig.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.model.entity
├─ io.github.wslxm.springbootplus2.starter.websocket.model.entity.OnlineUser.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.model.vo
├─ io.github.wslxm.springbootplus2.starter.websocket.model.vo.OnlineUserVO.class - [JAR]
├─ io.github.wslxm.springbootplus2.starter.websocket.model.vo.SendMsgVO.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.server
├─ io.github.wslxm.springbootplus2.starter.websocket.server.WebsocketServer.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.task
├─ io.github.wslxm.springbootplus2.starter.websocket.task.HeartbeatDetectionTask.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.model.dto
├─ io.github.wslxm.springbootplus2.starter.websocket.model.dto.SendMsgDTO.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.result
├─ io.github.wslxm.springbootplus2.starter.websocket.result.WebSocketRType.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.controller
├─ io.github.wslxm.springbootplus2.starter.websocket.controller.WebsocketController.class - [JAR]
io.github.wslxm.springbootplus2.starter.websocket.service
├─ io.github.wslxm.springbootplus2.starter.websocket.service.WebsocketService.class - [JAR]