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-client-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.client
├─ io.rtcore.gateway.client.SipGateway.class - [JAR]
├─ io.rtcore.gateway.client.SipGatewayClient.class - [JAR]
io.rtcore.gateway.client.proxy
├─ io.rtcore.gateway.client.proxy.OutgoingSipExchange.class - [JAR]
├─ io.rtcore.gateway.client.proxy.ProxyBranchTarget.class - [JAR]
├─ io.rtcore.gateway.client.proxy.ProxyCancelReason.class - [JAR]
├─ io.rtcore.gateway.client.proxy.ProxyContext.class - [JAR]
├─ io.rtcore.gateway.client.proxy.SipProxy.class - [JAR]
├─ io.rtcore.gateway.client.proxy.SipProxyException.class - [JAR]