jar

dev.gustavoavila : java-android-websocket-client

Maven & Gradle

Apr 13, 2023
146 stars

Java/Android WebSocket Client · A very lightweight WebSocket client library for Java/Android which aims to implement the WebSocket protocol as defined in RFC 6455

Table Of Contents

Latest Version

Download dev.gustavoavila : java-android-websocket-client JAR file - Latest Versions:

All Versions

Download dev.gustavoavila : java-android-websocket-client JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

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 java-android-websocket-client-2.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.gustavoavila.websocketclient.exceptions

├─ dev.gustavoavila.websocketclient.exceptions.IllegalSchemeException.class - [JAR]

├─ dev.gustavoavila.websocketclient.exceptions.InvalidReceivedFrameException.class - [JAR]

├─ dev.gustavoavila.websocketclient.exceptions.InvalidServerHandshakeException.class - [JAR]

dev.gustavoavila.websocketclient.model

├─ dev.gustavoavila.websocketclient.model.Payload.class - [JAR]

dev.gustavoavila.websocketclient

├─ dev.gustavoavila.websocketclient.WebSocketClient.class - [JAR]

dev.gustavoavila.websocketclient.common

├─ dev.gustavoavila.websocketclient.common.Utils.class - [JAR]