jar

io.github.R2turnTrue : chzzk4j

Maven & Gradle

Dec 31, 2023
28 stars

chzzk4j · Unofficial Java API library of CHZZK (치지직, the video streaming service of Naver)

Table Of Contents

Latest Version

Download io.github.R2turnTrue : chzzk4j JAR file - Latest Versions:

All Versions

Download io.github.R2turnTrue : chzzk4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 chzzk4j-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xyz.r2turntrue.chzzk4j

├─ xyz.r2turntrue.chzzk4j.Chzzk.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.ChzzkBuilder.class - [JAR]

xyz.r2turntrue.chzzk4j.chat

├─ xyz.r2turntrue.chzzk4j.chat.ChatEventListener.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.ChatMessage.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.ChatWebsocketClient.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.ChzzkChat.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageBase.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageClientboundChat.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageClientboundConnected.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageClientboundRecentChat.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundConnect.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundPong.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundRequestRecentChat.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundSendChat.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.chat.WsMessageTypes.class - [JAR]

xyz.r2turntrue.chzzk4j.types.channel

├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannel.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannelFollowingData.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannelPersonalData.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannelRules.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkPartialChannel.class - [JAR]

xyz.r2turntrue.chzzk4j.util

├─ xyz.r2turntrue.chzzk4j.util.RawApiUtils.class - [JAR]

xyz.r2turntrue.chzzk4j.types

├─ xyz.r2turntrue.chzzk4j.types.ChzzkFollowingStatusResponse.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.types.ChzzkUser.class - [JAR]

xyz.r2turntrue.chzzk4j.exception

├─ xyz.r2turntrue.chzzk4j.exception.ChannelNotExistsException.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.exception.ChatFailedConnectException.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.exception.NotExistsException.class - [JAR]

├─ xyz.r2turntrue.chzzk4j.exception.NotLoggedInException.class - [JAR]