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-1.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.scalecube.gateway.socketio
├─ io.scalecube.gateway.socketio.GatewaySocketIoListener.class - [JAR]
├─ io.scalecube.gateway.socketio.GatewaySocketIoServer.class - [JAR]
io.scalecube.gateway.http
├─ io.scalecube.gateway.http.CorsHeadersHandler.class - [JAR]
├─ io.scalecube.gateway.http.GatewayHttpChannelInitializer.class - [JAR]
├─ io.scalecube.gateway.http.GatewayHttpMessageHandler.class - [JAR]
├─ io.scalecube.gateway.http.GatewayHttpServer.class - [JAR]
├─ io.scalecube.gateway.http.HttpCodecUtil.class - [JAR]