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 变量和类型 方法 描述 static Inet6Address
Inet6Address. getByAddress(String host, byte[] addr, int scope_id)
在的确切方式创建Inet6Address,InetAddress.getByAddress(String,byte[])
不同之处在于将IPv6 scope_id设置为给定数值。static Inet6Address
Inet6Address. getByAddress(String host, byte[] addr, NetworkInterface nif)
在的确切方式创建Inet6Address,InetAddress.getByAddress(String,byte[])
不同之处在于将IPv6 scope_id设置为对应于在指定的地址类型的给定接口的值addr
。
-