jar

org.zhongweixian : websocket-api

Maven & Gradle

Aug 12, 2023
4 stars

websocket-client · Demo project for netty-api

Table Of Contents

Latest Version

Download org.zhongweixian : websocket-api JAR file - Latest Versions:

All Versions

Download org.zhongweixian : websocket-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.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 websocket-api-2.1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.zhongweixian.server.udp

├─ org.zhongweixian.server.udp.UdpServer.class - [JAR]

org.zhongweixian.server.tcp

├─ org.zhongweixian.server.tcp.NettyServer.class - [JAR]

├─ org.zhongweixian.server.tcp.NettyServerHandler.class - [JAR]

org.zhongweixian.listener

├─ org.zhongweixian.listener.ConnectionListener.class - [JAR]

org.zhongweixian.util

├─ org.zhongweixian.util.G711ACodec.class - [JAR]

├─ org.zhongweixian.util.G711UCodec.class - [JAR]

org.zhongweixian.client.websocket.handler

├─ org.zhongweixian.client.websocket.handler.WebSocketClientHandler.class - [JAR]

org.zhongweixian.client.tcp

├─ org.zhongweixian.client.tcp.NettyClient.class - [JAR]

org.zhongweixian.client.tcp.handler

├─ org.zhongweixian.client.tcp.handler.SimpleClientHandler.class - [JAR]

org.zhongweixian.server.websocket

├─ org.zhongweixian.server.websocket.WebSocketServer.class - [JAR]

├─ org.zhongweixian.server.websocket.WebSocketServerHandler.class - [JAR]

org.zhongweixian.decode

├─ org.zhongweixian.decode.MessageDecoder.class - [JAR]

├─ org.zhongweixian.decode.MessageEncoder.class - [JAR]

org.zhongweixian.client

├─ org.zhongweixian.client.AuthorizationToken.class - [JAR]

org.zhongweixian.client.websocket

├─ org.zhongweixian.client.websocket.Connection.class - [JAR]

├─ org.zhongweixian.client.websocket.WebSocketClient.class - [JAR]

├─ org.zhongweixian.client.websocket.WsClient.class - [JAR]

├─ org.zhongweixian.client.websocket.WsConnection.class - [JAR]

org.zhongweixian.entity

├─ org.zhongweixian.entity.Message.class - [JAR]