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 gb28181-test-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.lunasaw.gbproxy.test.user.server
├─ io.github.lunasaw.gbproxy.test.user.server.DefaultInviteProcessorServer.class - [JAR]
├─ io.github.lunasaw.gbproxy.test.user.server.DefaultMessageProcessorServer.class - [JAR]
├─ io.github.lunasaw.gbproxy.test.user.server.DefaultRegisterProcessorServer.class - [JAR]
io.github.lunasaw.gbproxy.test
├─ io.github.lunasaw.gbproxy.test.Gb28181ApplicationTest.class - [JAR]
io.github.lunasaw.gbproxy.test.user.client
├─ io.github.lunasaw.gbproxy.test.user.client.DefaultMessageProcessorClient.class - [JAR]
├─ io.github.lunasaw.gbproxy.test.user.client.DefaultRegisterProcessorClient.class - [JAR]
io.github.lunasaw.gbproxy.test.config
├─ io.github.lunasaw.gbproxy.test.config.DeviceConfig.class - [JAR]
├─ io.github.lunasaw.gbproxy.test.config.SipProcessorConfiguration.class - [JAR]