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-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
common
├─ common.Observable.class - [JAR]
├─ common.Utils.class - [JAR]
├─ common.Worker.class - [JAR]
engineio_client
├─ engineio_client.Config.class - [JAR]
├─ engineio_client.EngineSocket.class - [JAR]
├─ engineio_client.HandshakeData.class - [JAR]
engineio_client.transports
├─ engineio_client.transports.PollingTransport.class - [JAR]
├─ engineio_client.transports.Transport.class - [JAR]
├─ engineio_client.transports.WebSocketTransport.class - [JAR]
socketio_client.parser
├─ socketio_client.parser.Packet.class - [JAR]
├─ socketio_client.parser.Parser.class - [JAR]
├─ socketio_client.parser.ParserImpl.class - [JAR]
├─ socketio_client.parser.Type.class - [JAR]
engineio_client.parser
├─ engineio_client.parser.Packet.class - [JAR]
├─ engineio_client.parser.Parser.class - [JAR]
├─ engineio_client.parser.Type.class - [JAR]
exceptions
├─ exceptions.EngineIOException.class - [JAR]
├─ exceptions.EngineIOParserException.class - [JAR]
├─ exceptions.SocketIOException.class - [JAR]
├─ exceptions.SocketIOParserException.class - [JAR]
socketio_client
├─ socketio_client.Ack.class - [JAR]
├─ socketio_client.ClientConfig.class - [JAR]
├─ socketio_client.IO.class - [JAR]
├─ socketio_client.Manager.class - [JAR]
├─ socketio_client.Socket.class - [JAR]
├─ socketio_client.State.class - [JAR]