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 restcomm-connect.ussd-9.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.restcomm.connect.ussd.interpreter
├─ org.restcomm.connect.ussd.interpreter.UssdInterpreter.class - [JAR]
├─ org.restcomm.connect.ussd.interpreter.UssdInterpreterParams.class - [JAR]
org.restcomm.connect.ussd.commons
├─ org.restcomm.connect.ussd.commons.UssdInfoRequest.class - [JAR]
├─ org.restcomm.connect.ussd.commons.UssdMessageType.class - [JAR]
├─ org.restcomm.connect.ussd.commons.UssdRestcommResponse.class - [JAR]
org.restcomm.connect.ussd.telephony
├─ org.restcomm.connect.ussd.telephony.UssdCall.class - [JAR]
├─ org.restcomm.connect.ussd.telephony.UssdCallManager.class - [JAR]
├─ org.restcomm.connect.ussd.telephony.UssdCallType.class - [JAR]
org.restcomm.connect.ussd.telephony.api
├─ org.restcomm.connect.ussd.telephony.api.UssdCollect.class - [JAR]