View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]