Method Summary |
|
public static Name | fromAddress(byte[] addr) Creates a reverse map name corresponding to an address contained in
an array of 4 bytes (for an IPv4 address) or 16 bytes (for an IPv6 address).
Parameters: addr - The address from which to build a name. |
public static Name | fromAddress(int[] addr) Creates a reverse map name corresponding to an address contained in
an array of 4 integers between 0 and 255 (for an IPv4 address) or 16
integers between 0 and 255 (for an IPv6 address).
Parameters: addr - The address from which to build a name. |
public static Name | fromAddress(InetAddress addr) Creates a reverse map name corresponding to an address contained in
an InetAddress.
Parameters: addr - The address from which to build a name. |
public static Name | fromAddress(String addr, int family) Creates a reverse map name corresponding to an address contained in
a String.
Parameters: addr - The address from which to build a name. |
public static Name | fromAddress(String addr) Creates a reverse map name corresponding to an address contained in
a String.
Parameters: addr - The address from which to build a name. |