jar

tech.ordinaryroad : live-chat-client-websocket

Maven & Gradle

Mar 09, 2024

live-chat-client-websocket

Table Of Contents

Latest Version

Download tech.ordinaryroad : live-chat-client-websocket JAR file - Latest Versions:

All Versions

Download tech.ordinaryroad : live-chat-client-websocket JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.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 live-chat-client-websocket-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.ordinaryroad.live.chat.client.websocket.netty.handler

├─ tech.ordinaryroad.live.chat.client.websocket.netty.handler.WebSocketBinaryFrameHandler.class - [JAR]

├─ tech.ordinaryroad.live.chat.client.websocket.netty.handler.WebSocketConnectionHandler.class - [JAR]

tech.ordinaryroad.live.chat.client.websocket.msg.base

├─ tech.ordinaryroad.live.chat.client.websocket.msg.base.IWebSocketMsg.class - [JAR]

tech.ordinaryroad.live.chat.client.websocket.constant

├─ tech.ordinaryroad.live.chat.client.websocket.constant.WebSocketCmdEnum.class - [JAR]

tech.ordinaryroad.live.chat.client.websocket.msg

├─ tech.ordinaryroad.live.chat.client.websocket.msg.WebSocketMsg.class - [JAR]

tech.ordinaryroad.live.chat.client.websocket.config

├─ tech.ordinaryroad.live.chat.client.websocket.config.WebSocketLiveChatClientConfig.class - [JAR]

tech.ordinaryroad.live.chat.client.websocket.client

├─ tech.ordinaryroad.live.chat.client.websocket.client.WebSocketLiveChatClient.class - [JAR]

tech.ordinaryroad.live.chat.client.websocket.listener

├─ tech.ordinaryroad.live.chat.client.websocket.listener.IWebSocketConnectionListener.class - [JAR]

├─ tech.ordinaryroad.live.chat.client.websocket.listener.IWebSocketMsgListener.class - [JAR]