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 nutzboot-starter-tio-websocket-2.5.1.v20220215.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nutz.boot.starter.tio.websocket.annotation
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnAfterHandshake.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnBeforeBytes.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnBeforeText.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnBytes.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnClose.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnHandshake.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnMap.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TIOnText.class - [JAR]
├─ org.nutz.boot.starter.tio.websocket.annotation.TioController.class - [JAR]
org.nutz.boot.starter.tio.websocket.exception
├─ org.nutz.boot.starter.tio.websocket.exception.TioWebsocketException.class - [JAR]
org.nutz.boot.starter.tio.websocket.server
├─ org.nutz.boot.starter.tio.websocket.server.TioWebsocketStarter.class - [JAR]
org.nutz.boot.starter.tio.websocketbean
├─ org.nutz.boot.starter.tio.websocketbean.TioWebSocketMethods.class - [JAR]
├─ org.nutz.boot.starter.tio.websocketbean.TioWebsocketMethodMapper.class - [JAR]
├─ org.nutz.boot.starter.tio.websocketbean.TioWebsocketMsgHandler.class - [JAR]
├─ org.nutz.boot.starter.tio.websocketbean.TioWebsocketRequest.class - [JAR]