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 tio-websocket-spring-boot-starter-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.zhfish.tio.utils
├─ net.zhfish.tio.utils.TioProps.class - [JAR]
├─ net.zhfish.tio.utils.TioWebsocketUtil.class - [JAR]
net.zhfish.tio.exception
├─ net.zhfish.tio.exception.TioWebsocketException.class - [JAR]
net.zhfish.tio.bean
├─ net.zhfish.tio.bean.TioWebSocketMethods.class - [JAR]
├─ net.zhfish.tio.bean.TioWebsocketManager.class - [JAR]
├─ net.zhfish.tio.bean.TioWebsocketMethodMapper.class - [JAR]
├─ net.zhfish.tio.bean.TioWebsocketMsgHandler.class - [JAR]
├─ net.zhfish.tio.bean.TioWebsocketRequest.class - [JAR]
net.zhfish.tio.autoconfigure
├─ net.zhfish.tio.autoconfigure.TioWebsocketAutoConfiguration.class - [JAR]
net.zhfish.tio.annotation
├─ net.zhfish.tio.annotation.EnableTioWebsocketConfiguration.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnAfterHandshake.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnBeforeBytes.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnBeforeText.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnBytes.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnClose.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnHandshake.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnMap.class - [JAR]
├─ net.zhfish.tio.annotation.TIOnText.class - [JAR]
├─ net.zhfish.tio.annotation.TioController.class - [JAR]