InternetAddressType class

InternetAddressType is the type an InternetAddress. Currently, IP version 4 (IPv4) and IP version 6 (IPv6) are supported.

InternetAddressType is the type an InternetAddress. Currently, IP version 4 (IPv4) and IP version 6 (IPv6) are supported.

Constants

IP_V4 = const InternetAddressType._(0)
IP_V6 = const InternetAddressType._(1)
ANY = const InternetAddressType._(-1)

Instance Properties

name String
read-only

Instance Methods

toString() → String
Returns a string representation of this object.