Uses of Class
inet.ipaddr.ipv4.IPv4AddressNetwork
Packages that use IPv4AddressNetwork
Package
Description
Base classes for IP addresses and generic addresses.
Classes for IPv4
Classes for IPv6
-
Uses of IPv4AddressNetwork in inet.ipaddr
Methods in inet.ipaddr that return IPv4AddressNetworkConstructors in inet.ipaddr with parameters of type IPv4AddressNetworkModifierConstructorDescriptionIPAddressGenerator
(IPv4AddressNetwork ipv4Network, IPv6AddressNetwork ipv6Network) Copies the default string options but inserts the given networks. -
Uses of IPv4AddressNetwork in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return IPv4AddressNetworkModifier and TypeMethodDescriptionIPv4Address.getNetwork()
IPv4AddressNetwork.IPv4AddressCreator.getNetwork()
IPv4AddressSection.getNetwork()
IPv4AddressSegment.getNetwork()
IPv4AddressStringParameters.getNetwork()
Methods in inet.ipaddr.ipv4 with parameters of type IPv4AddressNetworkModifier and TypeMethodDescriptionIPv4AddressStringParameters.Builder.setNetwork
(IPv4AddressNetwork network) static String
IPv4Address.toNormalizedString
(IPv4AddressNetwork network, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, Integer prefixLength) Creates the normalized string for an address without having to create the address objects first.Constructors in inet.ipaddr.ipv4 with parameters of type IPv4AddressNetworkModifierConstructorDescriptionIPv4AddressCreator
(IPv4AddressNetwork network) IPv4AddressStringParameters
(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlimitedLeadingZeros, AddressStringParameters.RangeParameters rangeOptions, boolean allowWildcardedSeparator, boolean allowPrefixesBeyondAddressSize, boolean allowBinary, boolean inet_aton_hex, boolean inet_aton_octal, boolean inet_aton_leading_zeros, boolean inet_aton_joinedSegments, boolean inet_aton_single_segment_mask, IPv4AddressNetwork network) Constructs the parameters for IPv4-specific string parsing.IPv4AddressStringParameters
(boolean allowLeadingZeros, boolean allowCIDRPrefixLeadingZeros, boolean allowUnlimitedLeadingZeros, AddressStringParameters.RangeParameters rangeOptions, boolean allowWildcardedSeparator, boolean allowPrefixesBeyondAddressSize, boolean inet_aton_hex, boolean inet_aton_octal, boolean inet_aton_leading_zeros, boolean inet_aton_joinedSegments, boolean inet_aton_single_segment_mask, IPv4AddressNetwork network) Deprecated. -
Uses of IPv4AddressNetwork in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv4AddressNetworkModifier and TypeMethodDescriptionIPv6Address.getIPv4Network()
IPv6AddressSection.getIPv4Network()