Uses of Class
inet.ipaddr.ipv6.IPv6Address.IPv6Zone
-
Packages that use IPv6Address.IPv6Zone Package Description inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPv6Address.IPv6Zone in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv6Address.IPv6Zone Modifier and Type Method Description IPv6Address.IPv6Zone
IPv6Address. getIPv6Zone()
Returns the zone or scope id, consisting of a network interface name or a positive integer scope identifier.Methods in inet.ipaddr.ipv6 with parameters of type IPv6Address.IPv6Zone Modifier and Type Method Description IPv6Address
IPv6AddressNetwork.IPv6AddressCreator. createAddress(IPv6AddressSection section, IPv6Address.IPv6Zone zone)
IPv6Address
IPv6AddressNetwork.IPv6AddressCreator. createAddress(IPv6AddressSegment[] segments, IPv6Address.IPv6Zone zone)
IPv6Address
IPv6Address. setZone(IPv6Address.IPv6Zone newZone)
Returns a new address with the same address values but with the supplied zone.Constructors in inet.ipaddr.ipv6 with parameters of type IPv6Address.IPv6Zone Constructor Description IPv6Address(byte[] bytes, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address.IPv6Address(long highBytes, long lowBytes, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address.IPv6Address(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address.IPv6Address(IPv6AddressSection section, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address or subnet.IPv6Address(IPv6AddressSection section, MACAddressSection eui, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address from a modified EUI-64 (Extended Unique Identifier) address and an IPv6 address section network prefix.IPv6Address(IPv6AddressSegment[] segments, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address or a set of addresses.IPv6Address(java.math.BigInteger val, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address.IPv6Address(java.math.BigInteger val, java.lang.Integer networkPrefixLength, IPv6Address.IPv6Zone zone)
Constructs an IPv6 address or subnet.
-