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 soyuz-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.itxtech.soyuz
├─ org.itxtech.soyuz.AuthorizeMessage.class - [JAR]
├─ org.itxtech.soyuz.BaseMessage.class - [JAR]
├─ org.itxtech.soyuz.ReplyMessage.class - [JAR]
├─ org.itxtech.soyuz.Soyuz.class - [JAR]
├─ org.itxtech.soyuz.SoyuzCommand.class - [JAR]
├─ org.itxtech.soyuz.SoyuzData.class - [JAR]
├─ org.itxtech.soyuz.SoyuzWebSocketSession.class - [JAR]
├─ org.itxtech.soyuz.UnauthorizedSessionException.class - [JAR]
org.itxtech.soyuz.handler.builtin
├─ org.itxtech.soyuz.handler.builtin.CommandHandler.class - [JAR]
├─ org.itxtech.soyuz.handler.builtin.ListPluginHandler.class - [JAR]
├─ org.itxtech.soyuz.handler.builtin.MiraiInfoHandler.class - [JAR]
├─ org.itxtech.soyuz.handler.builtin.PushLogHandler.class - [JAR]
├─ org.itxtech.soyuz.handler.builtin.SoyuzCommandSender.class - [JAR]
├─ org.itxtech.soyuz.handler.builtin.SoyuzConsoleCommandSender.class - [JAR]
├─ org.itxtech.soyuz.handler.builtin.SoyuzLogService.class - [JAR]
org.itxtech.soyuz.handler
├─ org.itxtech.soyuz.handler.HandlerAlreadyExistsException.class - [JAR]
├─ org.itxtech.soyuz.handler.HandlerKt.class - [JAR]
├─ org.itxtech.soyuz.handler.HandlerManager.class - [JAR]
├─ org.itxtech.soyuz.handler.InvalidSoyuzMessageException.class - [JAR]
├─ org.itxtech.soyuz.handler.SoyuzHandler.class - [JAR]