Uses of Interface
org.minidns.dnsserverlookup.DnsServerLookupMechanism
Packages that use DnsServerLookupMechanism
-
Uses of DnsServerLookupMechanism in org.minidns
Methods in org.minidns with parameters of type DnsServerLookupMechanismModifier and TypeMethodDescriptionstatic voidDnsClient.addDnsServerLookupMechanism(DnsServerLookupMechanism dnsServerLookup) static booleanDnsClient.removeDNSServerLookupMechanism(DnsServerLookupMechanism dnsServerLookup) -
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup
Classes in org.minidns.dnsserverlookup that implement DnsServerLookupMechanismModifier and TypeClassDescriptionclassfinal classTry to retrieve the list of DNS server by executing getprop.classTry to retrieve the list of DNS server by calling SystemProperties.final classFields in org.minidns.dnsserverlookup declared as DnsServerLookupMechanismModifier and TypeFieldDescriptionstatic final DnsServerLookupMechanismAndroidUsingExec.INSTANCEstatic final DnsServerLookupMechanismAndroidUsingReflection.INSTANCEstatic final DnsServerLookupMechanismUnixUsingEtcResolvConf.INSTANCEMethods in org.minidns.dnsserverlookup with parameters of type DnsServerLookupMechanismModifier and TypeMethodDescriptionfinal intAbstractDnsServerLookupMechanism.compareTo(DnsServerLookupMechanism other) -
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup.android21
Classes in org.minidns.dnsserverlookup.android21 that implement DnsServerLookupMechanismModifier and TypeClassDescriptionclassA DNS server lookup mechanism using Android's Link Properties method available on Android API 21 or higher.