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 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 DnsServerLookupMechanismModifier and TypeClassDescriptionclass
final class
Try to retrieve the list of DNS server by executing getprop.class
Try to retrieve the list of DNS server by calling SystemProperties.final class
Fields in org.minidns.dnsserverlookup declared as DnsServerLookupMechanismModifier and TypeFieldDescriptionstatic final DnsServerLookupMechanism
AndroidUsingExec.INSTANCE
static final DnsServerLookupMechanism
AndroidUsingReflection.INSTANCE
static final DnsServerLookupMechanism
UnixUsingEtcResolvConf.INSTANCE
Methods in org.minidns.dnsserverlookup with parameters of type DnsServerLookupMechanismModifier and TypeMethodDescriptionfinal int
AbstractDnsServerLookupMechanism.compareTo
(DnsServerLookupMechanism other) -
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup.android21
Classes in org.minidns.dnsserverlookup.android21 that implement DnsServerLookupMechanismModifier and TypeClassDescriptionclass
A DNS server lookup mechanism using Android's Link Properties method available on Android API 21 or higher.