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 protobuf-tcp-rpc-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.athaydes.protobuf.tcp.internal
├─ com.athaydes.protobuf.tcp.internal.MethodInvocationResolver.class - [JAR]
├─ com.athaydes.protobuf.tcp.internal.MethodResolver.class - [JAR]
├─ com.athaydes.protobuf.tcp.internal.ProtobufInvocationHandler.class - [JAR]
├─ com.athaydes.protobuf.tcp.internal.ProtobufServer.class - [JAR]
├─ com.athaydes.protobuf.tcp.internal.Utils.class - [JAR]
├─ com.athaydes.protobuf.tcp.internal.VarIntReader.class - [JAR]
com.athaydes.protobuf.tcp.api
├─ com.athaydes.protobuf.tcp.api.Api.class - [JAR]
├─ com.athaydes.protobuf.tcp.api.CommunicationException.class - [JAR]
├─ com.athaydes.protobuf.tcp.api.RemoteException.class - [JAR]
├─ com.athaydes.protobuf.tcp.api.RemoteServices.class - [JAR]
├─ com.athaydes.protobuf.tcp.api.ServicePropertyReader.class - [JAR]
├─ com.athaydes.protobuf.tcp.api.ServiceReference.class - [JAR]