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 simple-starter-socketio-2024.1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.iosd.starter.socketio.constant
├─ cn.iosd.starter.socketio.constant.SocketIOConstants.class - [JAR]
cn.iosd.starter.socketio.runner
├─ cn.iosd.starter.socketio.runner.SocketIOServerRunner.class - [JAR]
cn.iosd.starter.socketio.handler
├─ cn.iosd.starter.socketio.handler.MessageEventHandler.class - [JAR]
cn.iosd.starter.socketio.scanner
├─ cn.iosd.starter.socketio.scanner.ServiceScanner.class - [JAR]
cn.iosd.starter.socketio.service
├─ cn.iosd.starter.socketio.service.SocketIOMessageServer.class - [JAR]
cn.iosd.starter.socketio.properties
├─ cn.iosd.starter.socketio.properties.SocketIOProperties.class - [JAR]
cn.iosd.starter.socketio.config
├─ cn.iosd.starter.socketio.config.SocketIOConfig.class - [JAR]