Uses of Class
inet.ipaddr.ipv6.IPv6AddressNetwork
-
Packages that use IPv6AddressNetwork Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of IPv6AddressNetwork in inet.ipaddr
Methods in inet.ipaddr that return IPv6AddressNetwork Modifier and Type Method Description static IPv6AddressNetwork
Address. defaultIpv6Network()
Constructors in inet.ipaddr with parameters of type IPv6AddressNetwork Constructor Description IPAddressGenerator(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 IPv6AddressNetwork Modifier and Type Method Description IPv6AddressNetwork
IPv4Address. 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 IPv6AddressNetwork Modifier and Type Method Description IPv6AddressNetwork
IPv6Address. getNetwork()
IPv6AddressNetwork
IPv6AddressNetwork.IPv6AddressCreator. getNetwork()
IPv6AddressNetwork
IPv6AddressSection. getNetwork()
IPv6AddressNetwork
IPv6AddressSegment. getNetwork()
IPv6AddressNetwork
IPv6AddressStringParameters. getNetwork()
Methods in inet.ipaddr.ipv6 with parameters of type IPv6AddressNetwork Modifier and Type Method Description IPv6AddressStringParameters.Builder
IPv6AddressStringParameters.Builder. setNetwork(IPv6AddressNetwork network)
static java.lang.String
IPv6Address. toNormalizedString(IPv6AddressNetwork network, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength, java.lang.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 IPv6AddressNetwork Constructor Description IPv6AddressCreator(IPv6AddressNetwork network)
IPv6AddressStringParameters(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlmitedLeadingZeros, boolean allowMixed, IPAddressStringParameters mixedOptions, boolean allowZone, boolean allowEmptyZone, 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 Modifier and Type Method Description IPv6AddressNetwork
MACAddress. getIPv6Network()
IPv6AddressNetwork
MACAddressSection. getIPv6Network()
-