jar

xyz.deftu.quicksocket : QuickSocket

Maven & Gradle

Mar 17, 2022
1 stars

QuickSocket · Simple WebSocket packet API.

Table Of Contents

Latest Version

Download xyz.deftu.quicksocket : QuickSocket JAR file - Latest Versions:

All Versions

Download xyz.deftu.quicksocket : QuickSocket JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.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 QuickSocket-1.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xyz.deftu.quicksocket.server

├─ xyz.deftu.quicksocket.server.DslKt.class - [JAR]

├─ xyz.deftu.quicksocket.server.QuickSocketClientBlock.class - [JAR]

├─ xyz.deftu.quicksocket.server.QuickSocketServer.class - [JAR]

├─ xyz.deftu.quicksocket.server.QuickSocketServerBlock.class - [JAR]

├─ xyz.deftu.quicksocket.server.SocketHeadersBlock.class - [JAR]

xyz.deftu.quicksocket.common.exceptions

├─ xyz.deftu.quicksocket.common.exceptions.KeyAlreadyBoundException.class - [JAR]

xyz.deftu.quicksocket.common.packets

├─ xyz.deftu.quicksocket.common.packets.PacketBase.class - [JAR]

xyz.deftu.quicksocket.client

├─ xyz.deftu.quicksocket.client.QuickSocketClient.class - [JAR]

xyz.deftu.quicksocket.common.utils

├─ xyz.deftu.quicksocket.common.utils.AbstractJsonParser.class - [JAR]

├─ xyz.deftu.quicksocket.common.utils.JsonKt.class - [JAR]

├─ xyz.deftu.quicksocket.common.utils.QuickSocketJsonHandler.class - [JAR]

xyz.deftu.quicksocket.common

├─ xyz.deftu.quicksocket.common.CloseCode.class - [JAR]

├─ xyz.deftu.quicksocket.common.QuickSocketConstants.class - [JAR]

Advertisement