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 mxpio-boot-base-websocket-1.0.12-beta.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mxpioframework.websocket.handler
├─ com.mxpioframework.websocket.handler.AbstractWebSocketHandler.class - [JAR]
├─ com.mxpioframework.websocket.handler.MxpioWebSocketHandler.class - [JAR]
com.mxpioframework.websocket.manager
├─ com.mxpioframework.websocket.manager.InMemoryMxpioWebSocketManager.class - [JAR]
├─ com.mxpioframework.websocket.manager.MxpioWebSocketManager.class - [JAR]
├─ com.mxpioframework.websocket.manager.RedisMxpioWebSocketManager.class - [JAR]
com.mxpioframework.websocket
├─ com.mxpioframework.websocket.WebSocketConfiguration.class - [JAR]
├─ com.mxpioframework.websocket.WebSocketConnection.class - [JAR]