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 web-socket-support-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.svinci.ws.handler
├─ com.github.svinci.ws.handler.MessageHandler.class - [JAR]
├─ com.github.svinci.ws.handler.WebSocketHandler.class - [JAR]
com.github.svinci.ws.factory
├─ com.github.svinci.ws.factory.ChannelFactory.class - [JAR]
├─ com.github.svinci.ws.factory.ChannelInitializerFactory.class - [JAR]
├─ com.github.svinci.ws.factory.HandlerFactory.class - [JAR]
├─ com.github.svinci.ws.factory.HandshakerFactory.class - [JAR]
com.github.svinci.ws.factory.initializer
├─ com.github.svinci.ws.factory.initializer.ChannelInitializer.class - [JAR]
├─ com.github.svinci.ws.factory.initializer.SslChannelInitializer.class - [JAR]
com.github.svinci.ws
├─ com.github.svinci.ws.Configuration.class - [JAR]
├─ com.github.svinci.ws.WebSocket.class - [JAR]