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 discord-websocket-client-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.novicezk.discord.constants
├─ io.github.novicezk.discord.constants.WebSocketCode.class - [JAR]
io.github.novicezk.discord.websocket
├─ io.github.novicezk.discord.websocket.MessageListener.class - [JAR]
├─ io.github.novicezk.discord.websocket.UserWebSocketClient.class - [JAR]
io.github.novicezk.discord.compress
├─ io.github.novicezk.discord.compress.Decompressor.class - [JAR]
├─ io.github.novicezk.discord.compress.NoneDecompressor.class - [JAR]
├─ io.github.novicezk.discord.compress.ZlibDecompressor.class - [JAR]
io.github.novicezk.discord.util
├─ io.github.novicezk.discord.util.AsyncLockUtils.class - [JAR]
io.github.novicezk.discord.exception
├─ io.github.novicezk.discord.exception.WebSocketClientStartException.class - [JAR]
io.github.novicezk.discord.enums
├─ io.github.novicezk.discord.enums.Compression.class - [JAR]