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 socket.io-client-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.nkzawa.socketio.client
├─ com.github.nkzawa.socketio.client.Ack.class - [JAR]
├─ com.github.nkzawa.socketio.client.IO.class - [JAR]
├─ com.github.nkzawa.socketio.client.Manager.class - [JAR]
├─ com.github.nkzawa.socketio.client.On.class - [JAR]
├─ com.github.nkzawa.socketio.client.Socket.class - [JAR]
├─ com.github.nkzawa.socketio.client.SocketIOException.class - [JAR]
├─ com.github.nkzawa.socketio.client.Url.class - [JAR]
com.github.nkzawa.socketio.parser
├─ com.github.nkzawa.socketio.parser.Binary.class - [JAR]
├─ com.github.nkzawa.socketio.parser.Packet.class - [JAR]
├─ com.github.nkzawa.socketio.parser.Parser.class - [JAR]
com.github.nkzawa.hasbinary
├─ com.github.nkzawa.hasbinary.HasBinary.class - [JAR]
com.github.nkzawa.backo
├─ com.github.nkzawa.backo.Backoff.class - [JAR]