public interface DnsServerLookupMechanism extends Comparable<DnsServerLookupMechanism>
Modifier and Type | Method and Description |
---|---|
List<String> |
getDnsServerAddresses()
Returns a List of String representing ideally IP addresses.
|
String |
getName() |
int |
getPriority() |
boolean |
isAvailable() |
compareTo
int getPriority()
boolean isAvailable()
List<String> getDnsServerAddresses()
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()
.