public interface InetAddressResolver
Nested Classes
static final class
A LookupPolicy
object describes characteristics that can be applied to a lookup operation.
Lookup the host name corresponding to the raw IP address provided.
Given the name of a host, returns a stream of IP addresses of the requested address family associated with a provided hostname.
Given the name of a host, returns a stream of IP addresses of the requested address family associated with a provided hostname.
host
should be a machine name, such as "www.example.com
", not a textual representation of its IP address. No validation is performed on the given host
name: if a textual representation is supplied, the name resolution is likely to fail and UnknownHostException
may be thrown.
The address family type and addresses order are specified by the LookupPolicy
instance. Lookup operation characteristics could be acquired with InetAddressResolver.LookupPolicy.characteristics()
. If InetAddressResolver.LookupPolicy.IPV4
and InetAddressResolver.LookupPolicy.IPV6
characteristics provided then this method returns addresses of both IPV4 and IPV6 families.
host
- the specified hostname
lookupPolicy
- the address lookup policy
NullPointerException
- if either parameter is null
UnknownHostException
- if no IP address for the host
could be found
Lookup the host name corresponding to the raw IP address provided.
addr
argument is in network byte order: the highest order byte of the address is in addr[0]
.
IPv4 address byte array must be 4 bytes long and IPv6 byte array must be 16 bytes long.
addr
- byte array representing a raw IP address
String
representing the host name mapping
UnknownHostException
- if no host name is found for the specified IP address
IllegalArgumentException
- if the length of the provided byte array doesn't correspond to a valid IP address length
NullPointerException
- if addr is null
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4