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 android-httpdns-sdk-1.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.yy.httpdns.bean
├─ com.yy.httpdns.bean.DomainName.class - [JAR]
├─ com.yy.httpdns.bean.NetWorkInfo.class - [JAR]
com.yy.httpdns.httpdns
├─ com.yy.httpdns.httpdns.DnsThread.class - [JAR]
├─ com.yy.httpdns.httpdns.NetworkBroadcastReceiver.class - [JAR]
com.yy.httpdns
├─ com.yy.httpdns.Config.class - [JAR]
├─ com.yy.httpdns.DnsClient.class - [JAR]
com.yy.httpdns.util
├─ com.yy.httpdns.util.HttpUtil.class - [JAR]
├─ com.yy.httpdns.util.JsonUtil.class - [JAR]
├─ com.yy.httpdns.util.NetworkUtil.class - [JAR]
├─ com.yy.httpdns.util.SharedPreferencesUtil.class - [JAR]
com.yy.httpdns.log
├─ com.yy.httpdns.log.DnsLog.class - [JAR]