Uses of Class
java.net.Inet6Address
-
Packages that use Inet6Address 软件包 描述 java.net 提供实现网络应用程序的类。 -
-
Uses of Inet6Address in java.net
Methods in java.net that return Inet6Address Modifier and Type 方法 描述 static Inet6Address
Inet6Address. getByAddress(String host, byte[] addr, int scope_id)
以InetAddress.getByAddress(String,byte[])
的确切方式创建Inet6Address,但将IPv6范围 ID设置为给定的数值。static Inet6Address
Inet6Address. getByAddress(String host, byte[] addr, NetworkInterface nif)
-