Package org.minidns.dnsserverlookup
Class UnixUsingEtcResolvConf
java.lang.Object
org.minidns.dnsserverlookup.AbstractDnsServerLookupMechanism
org.minidns.dnsserverlookup.UnixUsingEtcResolvConf
- All Implemented Interfaces:
Comparable<DnsServerLookupMechanism>,DnsServerLookupMechanism
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a List of String representing ideally IP addresses.booleanMethods inherited from class org.minidns.dnsserverlookup.AbstractDnsServerLookupMechanism
compareTo, getName, getPriority, toListOfStrings
-
Field Details
-
INSTANCE
-
PRIORITY
- See Also:
-
-
Method Details
-
getDnsServerAddresses
Description copied from interface:DnsServerLookupMechanismReturns a List of String representing ideally IP addresses. The list must be modifiable.Note that the lookup mechanisms are not required to assure that only IP addresses are returned. This verification is performed in when using
DnsClient.findDNS().- Specified by:
getDnsServerAddressesin interfaceDnsServerLookupMechanism- Specified by:
getDnsServerAddressesin classAbstractDnsServerLookupMechanism- Returns:
- a List of Strings presenting hopefully IP addresses.
-
isAvailable
-