Interface Dns


  • public interface Dns
    Represents DNS client used to resolve addresses of a host.
    • Method Detail

      • resolve

        java.util.List<java.net.InetAddress> resolve​(java.lang.String host)
                                              throws java.net.UnknownHostException
        Throws:
        java.net.UnknownHostException