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 xmpp-websocket-common-0.9.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
rocks.xmpp.websocket.net
├─ rocks.xmpp.websocket.net.JakartaWebSocketConnection.class - [JAR]
├─ rocks.xmpp.websocket.net.WebSocketConnection.class - [JAR]
├─ rocks.xmpp.websocket.net.package-info.class - [JAR]
rocks.xmpp.websocket.model
├─ rocks.xmpp.websocket.model.Close.class - [JAR]
├─ rocks.xmpp.websocket.model.Frame.class - [JAR]
├─ rocks.xmpp.websocket.model.Open.class - [JAR]
├─ rocks.xmpp.websocket.model.package-info.class - [JAR]
rocks.xmpp.websocket
├─ rocks.xmpp.websocket.WebSocketContext.class - [JAR]
rocks.xmpp.websocket.codec
├─ rocks.xmpp.websocket.codec.XmppWebSocketDecoder.class - [JAR]
├─ rocks.xmpp.websocket.codec.XmppWebSocketEncoder.class - [JAR]
├─ rocks.xmpp.websocket.codec.package-info.class - [JAR]