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 gateway-api-4.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.rtcore.gateway.api
├─ io.rtcore.gateway.api.ImmutableNICTRequest.class - [JAR]
├─ io.rtcore.gateway.api.ImmutableSipResponsePayload.class - [JAR]
├─ io.rtcore.gateway.api.ImmutableSipRoutePayload.class - [JAR]
├─ io.rtcore.gateway.api.NICTRequest.class - [JAR]
├─ io.rtcore.gateway.api.SipHeaderDeserializer.class - [JAR]
├─ io.rtcore.gateway.api.SipHeaderSerializer.class - [JAR]
├─ io.rtcore.gateway.api.SipMethodDeserializer.class - [JAR]
├─ io.rtcore.gateway.api.SipMethodSerializer.class - [JAR]
├─ io.rtcore.gateway.api.SipResponsePayload.class - [JAR]
├─ io.rtcore.gateway.api.SipRoutePayload.class - [JAR]
├─ io.rtcore.gateway.api.WithNICTRequest.class - [JAR]