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 ballcat-admin-websocket-1.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hccake.ballcat.admin.websocket.component
├─ com.hccake.ballcat.admin.websocket.component.UserAttributeHandshakeInterceptor.class - [JAR]
├─ com.hccake.ballcat.admin.websocket.component.UserSessionKeyGenerator.class - [JAR]
com.hccake.ballcat.admin.websocket.constant
├─ com.hccake.ballcat.admin.websocket.constant.AdminWebSocketConstants.class - [JAR]
com.hccake.ballcat.admin.websocket.message
├─ com.hccake.ballcat.admin.websocket.message.AnnouncementCloseMessage.class - [JAR]
├─ com.hccake.ballcat.admin.websocket.message.DictChangeMessage.class - [JAR]
com.hccake.ballcat.admin.websocket
├─ com.hccake.ballcat.admin.websocket.AdminWebSocketAutoConfiguration.class - [JAR]
├─ com.hccake.ballcat.admin.websocket.NotifyWebsocketEventListenerConfiguration.class - [JAR]
├─ com.hccake.ballcat.admin.websocket.SystemWebsocketEventListenerConfiguration.class - [JAR]
com.hccake.ballcat.admin.websocket.listener
├─ com.hccake.ballcat.admin.websocket.listener.NotifyWebsocketEventListener.class - [JAR]
├─ com.hccake.ballcat.admin.websocket.listener.SystemWebsocketEventListener.class - [JAR]