Uses of Interface
org.minidns.dnsserverlookup.DnsServerLookupMechanism
-
Uses of DnsServerLookupMechanism in org.minidns
Modifier and TypeMethodDescriptionstatic void
DnsClient.addDnsServerLookupMechanism
(DnsServerLookupMechanism dnsServerLookup) static boolean
DnsClient.removeDNSServerLookupMechanism
(DnsServerLookupMechanism dnsServerLookup) -
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup
Modifier 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
Modifier and TypeFieldDescriptionstatic final DnsServerLookupMechanism
AndroidUsingExec.INSTANCE
static final DnsServerLookupMechanism
AndroidUsingReflection.INSTANCE
static final DnsServerLookupMechanism
UnixUsingEtcResolvConf.INSTANCE
Modifier and TypeMethodDescriptionfinal int
AbstractDnsServerLookupMechanism.compareTo
(DnsServerLookupMechanism other) -
Uses of DnsServerLookupMechanism in org.minidns.dnsserverlookup.android21
Modifier and TypeClassDescriptionclass
A DNS server lookup mechanism using Android's Link Properties method available on Android API 21 or higher.