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 java-socks-proxy-server-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bbottema.javasocksproxyserver.junit
├─ org.bbottema.javasocksproxyserver.junit.SockServerRule.class - [JAR]
org.bbottema.javasocksproxyserver
├─ org.bbottema.javasocksproxyserver.ProxyHandler.class - [JAR]
├─ org.bbottema.javasocksproxyserver.Socks4Impl.class - [JAR]
├─ org.bbottema.javasocksproxyserver.Socks5Impl.class - [JAR]
├─ org.bbottema.javasocksproxyserver.SocksConstants.class - [JAR]
├─ org.bbottema.javasocksproxyserver.SocksServer.class - [JAR]
├─ org.bbottema.javasocksproxyserver.Utils.class - [JAR]