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 twitch4j-eventsub-websocket-1.16.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.twitch4j.eventsub.socket.domain
├─ com.github.twitch4j.eventsub.socket.domain.EventSubSocketInformation.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.domain.EventSubSocketMessage.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.domain.SocketCloseReason.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.domain.SocketMessageMetadata.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.domain.SocketPayload.class - [JAR]
com.github.twitch4j.eventsub.socket.enums
├─ com.github.twitch4j.eventsub.socket.enums.EventSubSocketStatus.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.enums.SocketMessageType.class - [JAR]
com.github.twitch4j.eventsub.socket
├─ com.github.twitch4j.eventsub.socket.IEventSubSocket.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.SubscriptionWrapper.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.TwitchEventSocket.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.TwitchEventSocketPool.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.TwitchSingleUserEventSocketPool.class - [JAR]
com.github.twitch4j.eventsub.socket.events
├─ com.github.twitch4j.eventsub.socket.events.EventSocketClosedByTwitchEvent.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.events.EventSocketConnectionStateEvent.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.events.EventSocketDeleteSubscriptionFailureEvent.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.events.EventSocketDeleteSubscriptionSuccessEvent.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.events.EventSocketSubscriptionFailureEvent.class - [JAR]
├─ com.github.twitch4j.eventsub.socket.events.EventSocketSubscriptionSuccessEvent.class - [JAR]