Construct a new InternetAddress.
Construct a new InternetAddress.
Construct a new InternetAddress.
Provides support for comparing equality with another InternetAddress of the same type.
Human readable string representing the IPv4 address in dotted-decimal form.
Attempts to retrieve the host name as a fully qualified domain name.
Human readable string representing the IPv4 port.
Returns the IPv4 address number (in host byte order).
Returns the IPv4 port number (in host byte order).
Convert an IPv4 address number in host byte order to a human readable string representing the IPv4 address in dotted-decimal form.
Parse an IPv4 address string in the dotted-decimal form a.b.c.d and return the number.
Any IPv4 host address.
An invalid IPv4 host address.
Any IPv4 port number.
Returns pointer to underlying sockaddr structure.
Returns actual size of underlying sockaddr structure.
Family of this address.
Attempts to retrieve the host address as a human-readable string.
Attempts to retrieve the host name as a fully qualified domain name.
Attempts to retrieve the numeric port number as a string.
Attempts to retrieve the service name as a string.
Human readable string representing this address.
Encapsulates an IPv4 (Internet Protocol version 4) socket address.
Consider using getAddress, parseAddress and Address methods instead of using this class directly.