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 http-server.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.zero88.msa.bp.http
├─ io.github.zero88.msa.bp.http.HostInfo.class - [JAR]
├─ io.github.zero88.msa.bp.http.HttpStatusMapping.class - [JAR]
├─ io.github.zero88.msa.bp.http.HttpUtils.class - [JAR]
io.github.zero88.msa.bp.http.event
├─ io.github.zero88.msa.bp.http.event.RestEventApiMetadata.class - [JAR]
├─ io.github.zero88.msa.bp.http.event.WebSocketClientEventMetadata.class - [JAR]
├─ io.github.zero88.msa.bp.http.event.WebSocketServerEventMetadata.class - [JAR]