jar

com.github.haruntuncay : socket.io-client

Maven & Gradle

Apr 06, 2020
10 stars

A socket.io client implementation for Java language.

Table Of Contents

Latest Version

Download com.github.haruntuncay : socket.io-client JAR file - Latest Versions:

All Versions

Download com.github.haruntuncay : socket.io-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]