Java org.apache.http.conn DnsResolver fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn DnsResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn DnsResolver.

The text is from its open source code.

Implementation

org.apache.http.conn.DnsResolver has the following implementations.
Click this link to see all its implementation.

Constructor

Method

InetAddress[]resolve(String host)
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.