Example usage for Java java.net Inet4Address fields, constructors, methods, implement or subclass
The text is from its open source code.
byte[] | getAddress() Returns the raw IP address of this InetAddress object. |
String | getHostAddress() Returns the IP address string in textual presentation form. |
boolean | isMulticastAddress() Utility routine to check if the InetAddress is an IP multicast address. |
boolean | isSiteLocalAddress() Utility routine to check if the InetAddress is a site local address. |
String | toString() Converts this IP address to a String . |