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 platform-client-1.5.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.metaring.util.connection
├─ com.metaring.util.connection.MetaRingCommunicationProtocol.class - [JAR]
├─ com.metaring.util.connection.SockJSClient.class - [JAR]
com.metaring.framework.rpc.auth
├─ com.metaring.framework.rpc.auth.AuthFunctionalitiesManager.class - [JAR]
├─ com.metaring.framework.rpc.auth.CallReservedFunctionality.class - [JAR]
├─ com.metaring.framework.rpc.auth.CallReservedFunctionalityImpl.class - [JAR]
├─ com.metaring.framework.rpc.auth.CallRestrictedFunctionality.class - [JAR]
├─ com.metaring.framework.rpc.auth.CallRestrictedFunctionalityImpl.class - [JAR]
├─ com.metaring.framework.rpc.auth.ModuleInfo.class - [JAR]
com.metaring.framework.rpc
├─ com.metaring.framework.rpc.RpcRequest.class - [JAR]
├─ com.metaring.framework.rpc.RpcResponse.class - [JAR]