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 rocketmq-namesrv-3.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.rocketmq.namesrv.routeinfo
├─ com.alibaba.rocketmq.namesrv.routeinfo.BrokerHousekeepingService.class - [JAR]
├─ com.alibaba.rocketmq.namesrv.routeinfo.BrokerLiveInfo.class - [JAR]
├─ com.alibaba.rocketmq.namesrv.routeinfo.RouteInfoManager.class - [JAR]
com.alibaba.rocketmq.namesrv
├─ com.alibaba.rocketmq.namesrv.NamesrvController.class - [JAR]
├─ com.alibaba.rocketmq.namesrv.NamesrvStartup.class - [JAR]
com.alibaba.rocketmq.namesrv.kvconfig
├─ com.alibaba.rocketmq.namesrv.kvconfig.KVConfigManager.class - [JAR]
├─ com.alibaba.rocketmq.namesrv.kvconfig.KVConfigSerializeWrapper.class - [JAR]
com.alibaba.rocketmq.namesrv.processor
├─ com.alibaba.rocketmq.namesrv.processor.DefaultRequestProcessor.class - [JAR]