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 sponge-grpc-api-server-1.18.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openksavi.sponge.grpcapi.server
├─ org.openksavi.sponge.grpcapi.server.DefaultGrpcApiService.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.GrpcApiServerConstants.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.GrpcApiServerPlugin.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.GrpcApiSession.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.ServerSubscription.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.ServerSubscriptionManager.class - [JAR]
org.openksavi.sponge.grpcapi.server.util
├─ org.openksavi.sponge.grpcapi.server.util.GrpcApiServerUtils.class - [JAR]
org.openksavi.sponge.grpcapi.server.core.kb
├─ org.openksavi.sponge.grpcapi.server.core.kb.GrpcApiSubscribeCorrelator.class - [JAR]
org.openksavi.sponge.grpcapi.server.support.kb
├─ org.openksavi.sponge.grpcapi.server.support.kb.GrpcApiManageSubscription.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.support.kb.GrpcApiSendEvent.class - [JAR]
├─ org.openksavi.sponge.grpcapi.server.support.kb.GrpcApiViewEvent.class - [JAR]