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 spring-boot-starter-socketio-1.0.3.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.corundumstudio.socketio.spring.boot
├─ com.corundumstudio.socketio.spring.boot.SocketioHazelcastConfiguration.class - [JAR]
├─ com.corundumstudio.socketio.spring.boot.SocketioHazelcastProperties.class - [JAR]
├─ com.corundumstudio.socketio.spring.boot.SocketioRedisConfiguration.class - [JAR]
├─ com.corundumstudio.socketio.spring.boot.SocketioRedisProperties.class - [JAR]
├─ com.corundumstudio.socketio.spring.boot.SocketioServerAutoConfiguration.class - [JAR]
├─ com.corundumstudio.socketio.spring.boot.SocketioServerProperties.class - [JAR]
com.corundumstudio.socketio.spring.boot.hooks
├─ com.corundumstudio.socketio.spring.boot.hooks.SocketioServerShutdownHook.class - [JAR]
com.corundumstudio.socketio.spring.boot.handler
├─ com.corundumstudio.socketio.spring.boot.handler.AbstractSocketEventHandler.class - [JAR]
├─ com.corundumstudio.socketio.spring.boot.handler.SocketIOClientHolder.class - [JAR]