Java java.net Inet4Address fields, constructors, methods, implement or subclass

Example usage for Java java.net Inet4Address fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net Inet4Address.

The text is from its open source code.

Method

byte[]getAddress()
Returns the raw IP address of this InetAddress object.
StringgetHostAddress()
Returns the IP address string in textual presentation form.
booleanisMulticastAddress()
Utility routine to check if the InetAddress is an IP multicast address.
booleanisSiteLocalAddress()
Utility routine to check if the InetAddress is a site local address.
StringtoString()
Converts this IP address to a String .