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-router-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.netty.handler.codec.http
├─ io.netty.handler.codec.http.BadClientSilencer.class - [JAR]
io.netty.handler.codec.http.router
├─ io.netty.handler.codec.http.router.MethodlessRouter.class - [JAR]
├─ io.netty.handler.codec.http.router.OrderlessRouter.class - [JAR]
├─ io.netty.handler.codec.http.router.PathPattern.class - [JAR]
├─ io.netty.handler.codec.http.router.RouteResult.class - [JAR]
├─ io.netty.handler.codec.http.router.Router.class - [JAR]