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 beecloud-service-im-6.1.13f.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
bee.cloud.service.chat
├─ bee.cloud.service.chat.Chat.class - [JAR]
├─ bee.cloud.service.chat.Client.class - [JAR]
├─ bee.cloud.service.chat.IMConsumer.class - [JAR]
├─ bee.cloud.service.chat.Live.class - [JAR]
├─ bee.cloud.service.chat.OnLineConsumer.class - [JAR]
bee.cloud.service.chat.controller
├─ bee.cloud.service.chat.controller.Controller.class - [JAR]
├─ bee.cloud.service.chat.controller.GroupController.class - [JAR]
├─ bee.cloud.service.chat.controller.MsgController.class - [JAR]
├─ bee.cloud.service.chat.controller.UserController.class - [JAR]
bee.cloud.service.chat.work
├─ bee.cloud.service.chat.work.CmdWork.class - [JAR]
├─ bee.cloud.service.chat.work.DefWork.class - [JAR]
├─ bee.cloud.service.chat.work.ImCache.class - [JAR]
├─ bee.cloud.service.chat.work.ImWork.class - [JAR]
bee.cloud.service.chat.bean
├─ bee.cloud.service.chat.bean.CmdMsg.class - [JAR]
bee.cloud.service.chat.config
├─ bee.cloud.service.chat.config.WebSocketConfig.class - [JAR]