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-3.6.0.v20200315-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tio.websocket.starter.configuration
├─ org.tio.websocket.starter.configuration.TioWebSocketServerClusterProperties.class - [JAR]
├─ org.tio.websocket.starter.configuration.TioWebSocketServerProperties.class - [JAR]
├─ org.tio.websocket.starter.configuration.TioWebSocketServerRedisClusterProperties.class - [JAR]
├─ org.tio.websocket.starter.configuration.TioWebSocketServerSslProperties.class - [JAR]
org.tio.websocket.starter
├─ org.tio.websocket.starter.EnableTioWebSocketServer.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketClassScanner.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketMsgHandler.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketServerAutoConfiguration.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketServerBootstrap.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketServerDefaultUuid.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketServerInitializerConfiguration.class - [JAR]
├─ org.tio.websocket.starter.TioWebSocketServerMarkerConfiguration.class - [JAR]