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 onos-protocols-p4runtime-api-2.5.7-rc3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.onosproject.p4runtime.api
├─ org.onosproject.p4runtime.api.P4RuntimeClient.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeController.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeEvent.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeEventListener.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeEventSubject.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimePacketIn.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimePipelineConfigClient.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeReadClient.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeStreamClient.class - [JAR]
├─ org.onosproject.p4runtime.api.P4RuntimeWriteClient.class - [JAR]