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 http-ws-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.femo.ws.test
├─ io.femo.ws.test.TestApp.class - [JAR]
io.femo.ws.lib
├─ io.femo.ws.lib.LibraryScriptHandler.class - [JAR]
├─ io.femo.ws.lib.WebSocketLibraryConnection.class - [JAR]
├─ io.femo.ws.lib.WebSocketLibraryHandler.class - [JAR]
io.femo.ws
├─ io.femo.ws.Constants.class - [JAR]
├─ io.femo.ws.WebSocket.class - [JAR]
├─ io.femo.ws.WebSocketConnection.class - [JAR]
├─ io.femo.ws.WebSocketEventHandler.class - [JAR]
├─ io.femo.ws.WebSocketException.class - [JAR]
├─ io.femo.ws.WebSocketFrame.class - [JAR]
├─ io.femo.ws.WebSocketHandler.class - [JAR]