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 phprpc-3.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.phprpc.spring.remoting
├─ org.phprpc.spring.remoting.PHPRPC_ClientInterceptor.class - [JAR]
├─ org.phprpc.spring.remoting.PHPRPC_Exporter.class - [JAR]
├─ org.phprpc.spring.remoting.PHPRPC_ProxyFactoryBean.class - [JAR]
org.phprpc
├─ org.phprpc.PHPRPC_Callback.class - [JAR]
├─ org.phprpc.PHPRPC_Client.class - [JAR]
├─ org.phprpc.PHPRPC_Error.class - [JAR]
├─ org.phprpc.PHPRPC_InvocationHandler.class - [JAR]
├─ org.phprpc.PHPRPC_Server.class - [JAR]
├─ org.phprpc.RemoteFunction.class - [JAR]
├─ org.phprpc.SocketPool.class - [JAR]
org.phprpc.util
├─ org.phprpc.util.AssocArray.class - [JAR]
├─ org.phprpc.util.Base64.class - [JAR]
├─ org.phprpc.util.Cast.class - [JAR]
├─ org.phprpc.util.DHParams.class - [JAR]
├─ org.phprpc.util.PHPSerializer.class - [JAR]
├─ org.phprpc.util.Serializable.class - [JAR]
├─ org.phprpc.util.XXTEA.class - [JAR]