Package com.qiniu.android.dns.local
Class AndroidDnsServer
java.lang.Object
com.qiniu.android.dns.local.AndroidDnsServer
public final class AndroidDnsServer
extends java.lang.Object
reference github/rtreffer/minidns.
-
Constructor Summary
Constructors Constructor Description AndroidDnsServer() -
Method Summary
Modifier and Type Method Description static IResolverdefaultResolver(android.content.Context context)static java.util.List<java.net.InetAddress>getByCommand()static java.util.List<java.net.InetAddress>getByReflection()
-
Constructor Details
-
AndroidDnsServer
public AndroidDnsServer()
-
-
Method Details
-
getByCommand
public static java.util.List<java.net.InetAddress> getByCommand() -
getByReflection
public static java.util.List<java.net.InetAddress> getByReflection() -
defaultResolver
-