Interface DnsServerLookupMechanism

    • Method Detail

      • getDnsServerAddresses

        List<StringgetDnsServerAddresses()
        Returns 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().

        Returns:
        a List of Strings presenting hopefully IP addresses.