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-core-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.core.starter.annotation
├─ org.tio.core.starter.annotation.EnableTioServerServer.class - [JAR]
org.tio.core.starter.handler
├─ org.tio.core.starter.handler.TioServerAioHandler.class - [JAR]
org.tio.core.starter.configuration
├─ org.tio.core.starter.configuration.TioServerClusterProperties.class - [JAR]
├─ org.tio.core.starter.configuration.TioServerProperties.class - [JAR]
├─ org.tio.core.starter.configuration.TioServerRedisClusterProperties.class - [JAR]
├─ org.tio.core.starter.configuration.TioServerSslProperties.class - [JAR]
org.tio.core.starter
├─ org.tio.core.starter.TioServerAutoConfiguration.class - [JAR]
├─ org.tio.core.starter.TioServerBootstrap.class - [JAR]
├─ org.tio.core.starter.TioServerInitializerConfiguration.class - [JAR]
├─ org.tio.core.starter.TioServerMarkerConfiguration.class - [JAR]