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 netty-codec-haproxy-examples-5.0.0.Alpha2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.netty.contrib.handler.codec.haproxy.example
├─ io.netty.contrib.handler.codec.haproxy.example.HAProxyClient.class - [JAR]
├─ io.netty.contrib.handler.codec.haproxy.example.HAProxyHandler.class - [JAR]
├─ io.netty.contrib.handler.codec.haproxy.example.HAProxyServer.class - [JAR]