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 voidDnsClient. addDnsServerLookupMechanism(DnsServerLookupMechanism dnsServerLookup)static booleanDnsClient. removeDNSServerLookupMechanism(DnsServerLookupMechanism dnsServerLookup) - 
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup
Classes in org.minidns.dnsserverlookup that implement DnsServerLookupMechanism Modifier and Type Class Description classAbstractDnsServerLookupMechanismclassAndroidUsingExecTry to retrieve the list of DNS server by executing getprop.classAndroidUsingReflectionTry to retrieve the list of DNS server by calling SystemProperties.classUnixUsingEtcResolvConfFields in org.minidns.dnsserverlookup declared as DnsServerLookupMechanism Modifier and Type Field Description static DnsServerLookupMechanismAndroidUsingExec. INSTANCEstatic DnsServerLookupMechanismAndroidUsingReflection. INSTANCEstatic DnsServerLookupMechanismUnixUsingEtcResolvConf. INSTANCEMethods in org.minidns.dnsserverlookup with parameters of type DnsServerLookupMechanism Modifier and Type Method Description intAbstractDnsServerLookupMechanism. 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 classAndroidUsingLinkPropertiesA DNS server lookup mechanism using Android's Link Properties method available on Android API 21 or higher. 
 -