Inherits ObjectImpl.
|
static InetAddressList | getAllByName (const LogString &host) |
| Determines all the IP addresses of a host, given the host's name.
|
|
static InetAddressPtr | getByName (const LogString &host) |
| Determines the IP address of a host, given the host's name.
|
|
static InetAddressPtr | getLocalHost () |
| Returns the local host.
|
|
static InetAddressPtr | anyAddress () |
| Returns an InetAddress which can be used as any address, for example when listening on a port from any remote addresss.
|
|
|
unsigned int volatile | ref |
|
static InetAddressPtr anyAddress |
( |
| ) |
|
|
static |
Returns an InetAddress which can be used as any address, for example when listening on a port from any remote addresss.
static InetAddressList getAllByName |
( |
const LogString & |
host | ) |
|
|
static |
Determines all the IP addresses of a host, given the host's name.
static InetAddressPtr getByName |
( |
const LogString & |
host | ) |
|
|
static |
Determines the IP address of a host, given the host's name.
Returns the IP address string "%d.%d.%d.%d".
Gets the host name for this IP address.
static InetAddressPtr getLocalHost |
( |
| ) |
|
|
static |
Converts this IP address to a String.
The documentation for this class was generated from the following file: