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 sample-java-protobuf-no-gc-1.1.7.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.grpc.internal
├─ io.grpc.internal.MessageFramer.class - [JAR]
com.github.ebfhub.fastprotobuf.sample.proto
├─ com.github.ebfhub.fastprotobuf.sample.proto.MarketDataServiceFastGrpc.class - [JAR]
├─ com.github.ebfhub.fastprotobuf.sample.proto.SampleMessage.class - [JAR]
├─ com.github.ebfhub.fastprotobuf.sample.proto.SampleMessageFast.class - [JAR]
io.grpc.netty.shaded.io.grpc.netty
├─ io.grpc.netty.shaded.io.grpc.netty.NettyServerHandler.class - [JAR]
├─ io.grpc.netty.shaded.io.grpc.netty.NettyServerStream.class - [JAR]
├─ io.grpc.netty.shaded.io.grpc.netty.NettyWritableBuffer.class - [JAR]
├─ io.grpc.netty.shaded.io.grpc.netty.NettyWritableBufferAllocator.class - [JAR]
├─ io.grpc.netty.shaded.io.grpc.netty.SendGrpcFrameCommand.class - [JAR]