Uses of Interface
org.minidns.dnsserverlookup.DnsServerLookupMechanism
-
Packages that use DnsServerLookupMechanism Package Description org.minidns org.minidns.dnsserverlookup org.minidns.dnsserverlookup.android21 -
-
Uses of DnsServerLookupMechanism in org.minidns
Methods in org.minidns with parameters of type DnsServerLookupMechanism Modifier and Type Method Description static void
DnsClient. addDnsServerLookupMechanism(DnsServerLookupMechanism dnsServerLookup)
static boolean
DnsClient. removeDNSServerLookupMechanism(DnsServerLookupMechanism dnsServerLookup)
-
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup
Classes in org.minidns.dnsserverlookup that implement DnsServerLookupMechanism Modifier and Type Class Description class
AbstractDnsServerLookupMechanism
class
AndroidUsingExec
Try to retrieve the list of DNS server by executing getprop.class
AndroidUsingReflection
Try to retrieve the list of DNS server by calling SystemProperties.class
UnixUsingEtcResolvConf
Fields in org.minidns.dnsserverlookup declared as DnsServerLookupMechanism Modifier and Type Field Description static DnsServerLookupMechanism
AndroidUsingExec. INSTANCE
static DnsServerLookupMechanism
AndroidUsingReflection. INSTANCE
static DnsServerLookupMechanism
UnixUsingEtcResolvConf. INSTANCE
Methods in org.minidns.dnsserverlookup with parameters of type DnsServerLookupMechanism Modifier and Type Method Description int
AbstractDnsServerLookupMechanism. compareTo(DnsServerLookupMechanism other)
-
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup.android21
Classes in org.minidns.dnsserverlookup.android21 that implement DnsServerLookupMechanism Modifier and Type Class Description class
AndroidUsingLinkProperties
A DNS server lookup mechanism using Android's Link Properties method available on Android API 21 or higher.
-