InetAddress
classin packageklyn.net
public class InetAddress extends Object:
Internet host descriptor, close to Java's `java.net.InetAddress`.
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
hostAddress |
Numeric host address. |
| public readonly property |
hostName |
Host name used to resolve this endpoint. |
Methods
| Modifier and Type |
Member |
Description |
| public static |
anyLocalAddress |
Returns the wildcard local address. |
| public static |
getByName |
Resolves one host name to an internet address. |
| public static |
loopbackAddress |
Returns the loopback address. |
| public override |
toString |
Returns the textual host address. |