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-spring-boot-common-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.common.starter
├─ org.tio.common.starter.RedisInitializer.class - [JAR]
├─ org.tio.common.starter.TioServerMsgHandlerNotFoundException.class - [JAR]
org.tio.common.starter.annotation
├─ org.tio.common.starter.annotation.TioServerAioListener.class - [JAR]
├─ org.tio.common.starter.annotation.TioServerGroupListener.class - [JAR]
├─ org.tio.common.starter.annotation.TioServerIpStatListener.class - [JAR]
├─ org.tio.common.starter.annotation.TioServerMsgHandler.class - [JAR]
org.tio.common.starter.configuration
├─ org.tio.common.starter.configuration.TioClusterProperties.class - [JAR]
├─ org.tio.common.starter.configuration.TioProperties.class - [JAR]
├─ org.tio.common.starter.configuration.TioRedisClusterProperties.class - [JAR]
├─ org.tio.common.starter.configuration.TioSslProperties.class - [JAR]