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 KSocks5-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
space.themelon.ksocks5
├─ space.themelon.ksocks5.AuthMode.class - [JAR]
├─ space.themelon.ksocks5.ProxyServer.class - [JAR]
├─ space.themelon.ksocks5.SocketRelay.class - [JAR]
├─ space.themelon.ksocks5.SocketUtils.class - [JAR]
├─ space.themelon.ksocks5.Socks5.class - [JAR]
├─ space.themelon.ksocks5.Socks5Exception.class - [JAR]
space.themelon.ksocks5.interfaces
├─ space.themelon.ksocks5.interfaces.ClientCallback.class - [JAR]
├─ space.themelon.ksocks5.interfaces.ConnectionCallback.class - [JAR]