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 scalecube-gateway-examples-2.0.32.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.scalecube.gateway.benchmarks
├─ io.scalecube.gateway.benchmarks.BenchmarksService.class - [JAR]
├─ io.scalecube.gateway.benchmarks.BenchmarksServiceImpl.class - [JAR]
io.scalecube.gateway.examples
├─ io.scalecube.gateway.examples.EchoRequest.class - [JAR]
├─ io.scalecube.gateway.examples.GreetingRequest.class - [JAR]
├─ io.scalecube.gateway.examples.GreetingResponse.class - [JAR]
├─ io.scalecube.gateway.examples.GreetingService.class - [JAR]
├─ io.scalecube.gateway.examples.GreetingServiceCancelCallback.class - [JAR]
├─ io.scalecube.gateway.examples.GreetingServiceImpl.class - [JAR]
├─ io.scalecube.gateway.examples.StreamRequest.class - [JAR]