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 ws-client-0.0.24.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.higgs.ws.client
├─ io.higgs.ws.client.WebSocketClient.class - [JAR]
├─ io.higgs.ws.client.WebSocketClientHandler.class - [JAR]
├─ io.higgs.ws.client.WebSocketEventListener.class - [JAR]
├─ io.higgs.ws.client.WebSocketInitializer.class - [JAR]
├─ io.higgs.ws.client.WebSocketMessage.class - [JAR]
├─ io.higgs.ws.client.WebSocketServerEventListener.class - [JAR]
├─ io.higgs.ws.client.WebSocketStream.class - [JAR]