InternetAddress 的类型或地址族。
目前支持 IP 版本 4 (IPv4)、IP 版本 6 (IPv6) 和 Unix 域地址。Unix 域套接字仅在 Linux、MacOS 和 Android 上可用。
属性
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 该对象的字符串表示。重写
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
常量
- any → const InternetAddressType
- IPv4 → const InternetAddressType
- IPv6 → const InternetAddressType
- unix → const InternetAddressType