Interface HostNameResolver


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

    Modifier and Type
    Method
    Description
    resolve(String hostname)
    Deprecated.
    Resolves given hostname to its IP address
  • Method Details

    • resolve

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