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 t-im-server-2.1.7.v20220120-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tim.server.helper
├─ org.tim.server.helper.TIM.class - [JAR]
org.tim.server.protocol.http
├─ org.tim.server.protocol.http.HTTPServer.class - [JAR]
├─ org.tim.server.protocol.http.HttpServerInit.class - [JAR]
org.tim.server.command
├─ org.tim.server.command.AbstractCmdHandler.class - [JAR]
├─ org.tim.server.command.CommandManager.class - [JAR]
org.tim.server.stat
├─ org.tim.server.stat.OnLineStat.class - [JAR]
├─ org.tim.server.stat.TimGroupListener.class - [JAR]
├─ org.tim.server.stat.TimIpStatListener.class - [JAR]
org.tim.server.protocol.http.controller
├─ org.tim.server.protocol.http.controller.APIController.class - [JAR]
org.tim.server
├─ org.tim.server.TIMServerStarter.class - [JAR]
org.tim.server.cache
├─ org.tim.server.cache.TIMCacheHelper.class - [JAR]
org.tim.server.cluster
├─ org.tim.server.cluster.ClusterData.class - [JAR]
├─ org.tim.server.cluster.ClusterHelper.class - [JAR]
├─ org.tim.server.cluster.ICluster.class - [JAR]
org.tim.server.helper.redis
├─ org.tim.server.helper.redis.RedisTIMCacheHelper.class - [JAR]
org.tim.server.protocol
├─ org.tim.server.protocol.IMServer.class - [JAR]
org.tim.server.command.handler
├─ org.tim.server.command.handler.AuthReqHandler.class - [JAR]
├─ org.tim.server.command.handler.ChatReqHandler.class - [JAR]
├─ org.tim.server.command.handler.CloseReqHandler.class - [JAR]
├─ org.tim.server.command.handler.HeartbeatReqHandler.class - [JAR]
├─ org.tim.server.command.handler.JoinGroupReqHandler.class - [JAR]
├─ org.tim.server.command.handler.LoginReqHandler.class - [JAR]
├─ org.tim.server.command.handler.MessageReqHandler.class - [JAR]
├─ org.tim.server.command.handler.UserReqHandler.class - [JAR]
org.tim.server.protocol.ws
├─ org.tim.server.protocol.ws.ImWsHandler.class - [JAR]
├─ org.tim.server.protocol.ws.WebSocketServer.class - [JAR]
org.tim.server.cluster.codec
├─ org.tim.server.cluster.codec.ClusterClientAioHandler.class - [JAR]
├─ org.tim.server.cluster.codec.ClusterClientAioListener.class - [JAR]
org.tim.server.convert
├─ org.tim.server.convert.tcpPackageConvert.class - [JAR]
├─ org.tim.server.convert.websocketPackageConvert.class - [JAR]
org.tim.server.util
├─ org.tim.server.util.ChatKit.class - [JAR]
├─ org.tim.server.util.ImServerKit.class - [JAR]
org.tim.server.protocol.tcp
├─ org.tim.server.protocol.tcp.ImSocketServerAioHandler.class - [JAR]
├─ org.tim.server.protocol.tcp.ImSocketServerAioListener.class - [JAR]
├─ org.tim.server.protocol.tcp.TCPSocketServer.class - [JAR]