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 transport-grpc-0.1.0-m1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.servicecomb.transport.grpc
├─ io.servicecomb.transport.grpc.GrpcBodyHandler.class - [JAR]
├─ io.servicecomb.transport.grpc.GrpcCodec.class - [JAR]
├─ io.servicecomb.transport.grpc.GrpcConfig.class - [JAR]
├─ io.servicecomb.transport.grpc.GrpcServer.class - [JAR]
├─ io.servicecomb.transport.grpc.GrpcServerInvoke.class - [JAR]
├─ io.servicecomb.transport.grpc.GrpcTransport.class - [JAR]
├─ io.servicecomb.transport.grpc.GrpcVerticle.class - [JAR]