Interface HostNameResolver


  • @Deprecated
    public interface HostNameResolver
    Deprecated.
    (4.1) Do not use
    Hostname to IP address resolver.
    Since:
    4.0
    • Method Detail

      • resolve

        InetAddress resolve​(String hostname)
                     throws IOException
        Deprecated.
        Resolves given hostname to its IP address
        Parameters:
        hostname - the hostname.
        Returns:
        IP address.
        Throws:
        IOException