Uses of Class
inet.ipaddr.ipv6.IPv6Address.IPv6Zone
Packages that use IPv6Address.IPv6Zone
-
Uses of IPv6Address.IPv6Zone in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv6Address.IPv6ZoneModifier and TypeMethodDescriptionIPv6Address.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.IPv6ZoneModifier and TypeMethodDescriptionIPv6AddressNetwork.IPv6AddressCreator.createAddress
(IPv6AddressSection section, IPv6Address.IPv6Zone zone) IPv6AddressNetwork.IPv6AddressCreator.createAddress
(IPv6AddressSegment[] segments, IPv6Address.IPv6Zone zone) 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.IPv6ZoneModifierConstructorDescriptionIPv6Address
(byte[] bytes, 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
(BigInteger val, IPv6Address.IPv6Zone zone) Constructs an IPv6 address.IPv6Address
(BigInteger val, Integer networkPrefixLength, IPv6Address.IPv6Zone zone) Constructs an IPv6 address or subnet.