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 netty2go-1.04.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nustaq.netty2go
├─ org.nustaq.netty2go.NettyWSHttpServer.class - [JAR]
├─ org.nustaq.netty2go.WebSocketClient.class - [JAR]
org.nustaq.webserver
├─ org.nustaq.webserver.ClientSession.class - [JAR]
├─ org.nustaq.webserver.SampleWebServer.class - [JAR]
├─ org.nustaq.webserver.WebSocketHttpServer.class - [JAR]