| Public Member Functions | |
| InetAddress (const LogString &hostName, const LogString &hostAddr) | |
| LogString | getHostAddress () const | 
| Returns the IP address string "%d.%d.%d.%d". | |
| LogString | getHostName () const | 
| Gets the host name for this IP address. | |
| LogString | toString () const | 
| Converts this IP address to a String. | |
| Static Public Member Functions | |
| 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. | |
| 
 | ||||||||||||
| 
 | 
| 
 | 
| Returns an InetAddress which can be used as any address, for example when listening on a port from any remote addresss. 
 | 
| 
 | 
| Determines all the IP addresses of a host, given the host's name. 
 | 
| 
 | 
| 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. 
 | 
| 
 | 
| Returns the local host. 
 | 
| 
 | 
| Converts this IP address to a String. 
 |