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 spice-server-undertow_2.13-0.1.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
spice.http.server.undertow
├─ spice.http.server.undertow.ResourceServer.class - [JAR]
├─ spice.http.server.undertow.UndertowRequestParser.class - [JAR]
├─ spice.http.server.undertow.UndertowResponseSender.class - [JAR]
├─ spice.http.server.undertow.UndertowServerImplementation.class - [JAR]
├─ spice.http.server.undertow.UndertowWebSocketHandler.class - [JAR]