Uses of Class
inet.ipaddr.ipv6.IPv6AddressNetwork
Packages that use IPv6AddressNetwork
Package
Description
Base classes for IP addresses and generic addresses.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of IPv6AddressNetwork in inet.ipaddr
Methods in inet.ipaddr that return IPv6AddressNetworkConstructors in inet.ipaddr with parameters of type IPv6AddressNetworkModifierConstructorDescriptionIPAddressGenerator
(IPv4AddressNetwork ipv4Network, IPv6AddressNetwork ipv6Network) Copies the default string options but inserts the given networks. -
Uses of IPv6AddressNetwork in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return IPv6AddressNetworkModifier and TypeMethodDescriptionIPv4Address.getIPv6Network()
Returns the IPv6 network used byIPv4Address.getIPv4MappedAddress()
andIPv4Address.getIPv6Address(IPv6AddressSegment[])
-
Uses of IPv6AddressNetwork in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv6AddressNetworkModifier and TypeMethodDescriptionIPv6Address.getNetwork()
IPv6AddressNetwork.IPv6AddressCreator.getNetwork()
IPv6AddressSection.getNetwork()
IPv6AddressSegment.getNetwork()
IPv6AddressStringParameters.getNetwork()
Methods in inet.ipaddr.ipv6 with parameters of type IPv6AddressNetworkModifier and TypeMethodDescriptionIPv6AddressStringParameters.Builder.setNetwork
(IPv6AddressNetwork network) static String
IPv6Address.toNormalizedString
(IPv6AddressNetwork network, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, Integer prefixLength, CharSequence zone) Creates the normalized string for an address without having to create the address objects first.Constructors in inet.ipaddr.ipv6 with parameters of type IPv6AddressNetworkModifierConstructorDescriptionIPv6AddressCreator
(IPv6AddressNetwork network) IPv6AddressStringParameters
(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlmitedLeadingZeros, boolean allowMixed, IPAddressStringParameters mixedOptions, boolean allowZone, boolean allowBase85, AddressStringParameters.RangeParameters rangeOptions, boolean allowWildcardedSeparator, boolean allowPrefixesBeyondAddressSize, boolean allowBinary, IPv6AddressNetwork network) Constructs the parameters for IPv6-specific string parsing.IPv6AddressStringParameters
(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlmitedLeadingZeros, boolean allowMixed, IPAddressStringParameters mixedOptions, boolean allowZone, boolean allowBase85, AddressStringParameters.RangeParameters rangeOptions, boolean allowWildcardedSeparator, boolean allowPrefixesBeyondAddressSize, IPv6AddressNetwork network) Deprecated. -
Uses of IPv6AddressNetwork in inet.ipaddr.mac
Methods in inet.ipaddr.mac that return IPv6AddressNetwork