Also: HttpClient
public interface

HostNameResolver

org.apache.http.conn.scheme.HostNameResolver

This interface is deprecated.
Do not use

Class Overview

Hostname to IP address resolver.

Summary

Public Methods
abstract InetAddress resolve(String hostname)
Resolves given hostname to its IP address

Public Methods

public abstract InetAddress resolve (String hostname)

Also: HttpClient

Resolves given hostname to its IP address

Parameters
hostname the hostname.
Returns
  • IP address.
Throws
IOException