Returns an inet address object containing all the IP addresses of a host using the given host name and the specified inet address object.
Syntax
getAllByName( host )
host.getAllByName( )
Parameters
host
|
the name of the host.
|
Returns
inetaddressarray
|
an inet address array object containing all the IP addresses for the specified host.
|
Example
iaArray = getAllByName( host )
|