| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | hostAddresshostAddress as String: |
Numeric host address. |
| public readonly property | hostNamehostName as String: |
Host name used to resolve this endpoint. |
| Modifier and Type | Member | Description |
|---|---|---|
| public static | anyLocalAddressanyLocalAddress() as InetAddress: |
Returns the wildcard local address. |
| public static | getByNamegetByName(host as String) as InetAddress: |
Resolves one host name to an internet address. |
| public static | loopbackAddressloopbackAddress() as InetAddress: |
Returns the loopback address. |
| public override | toStringtoString() as String: |
Returns the textual host address. |