Uses of Class
inet.ipaddr.PrefixLenException
-
Packages that use PrefixLenException Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.large Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of PrefixLenException in inet.ipaddr
Methods in inet.ipaddr that throw PrefixLenException Modifier and Type Method Description abstract IPAddressSectionIPAddressSection. applyPrefixLength(int networkPrefixLength)Deprecated.abstract IPAddressIPAddress. toPrefixBlock(int networkPrefixLength)IPAddressSegmentSeriesIPAddressSegmentSeries. toPrefixBlock(int networkPrefixLength)Returns the segment series of the same length that spans all hosts.static voidIPAddressString. validateNetworkPrefix(IPAddress.IPVersion ipVersion, int networkPrefixLength, boolean allowPrefixesBeyondAddressSize)static intIPAddressString. validateNetworkPrefixLength(IPAddress.IPVersion ipVersion, java.lang.CharSequence networkPrefixLength)Validates that the string has the format "/x" for a valid prefix length x. -
Uses of PrefixLenException in inet.ipaddr.format.large
Methods in inet.ipaddr.format.large that throw PrefixLenException Modifier and Type Method Description booleanIPAddressLargeDivisionGrouping. containsSinglePrefixBlock(int prefixLength) -
Uses of PrefixLenException in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that throw PrefixLenException Modifier and Type Method Description IPv4AddressIPv4Address. applyPrefixLength(int networkPrefixLength)Deprecated.IPv4AddressIPv4Address. bitwiseOrNetwork(IPAddress mask, int networkPrefixLength)IPv4AddressSectionIPv4Address. getHostSection(int networkPrefixLength)IPv4AddressSectionIPv4AddressSection. getHostSection(int networkPrefixLength)IPv4AddressSectionIPv4Address. getNetworkSection(int networkPrefixLength)IPv4AddressSectionIPv4Address. getNetworkSection(int networkPrefixLength, boolean withPrefixLength)IPv4AddressSectionIPv4AddressSection. getNetworkSection(int networkPrefixLength)IPv4AddressSectionIPv4AddressSection. getNetworkSection(int networkPrefixLength, boolean withPrefixLength)IPv4AddressIPv4Address. maskNetwork(IPAddress mask, int networkPrefixLength)IPv4AddressSectionIPv4AddressSection. maskNetwork(IPv4AddressSection mask, int networkPrefixLength)Produces the bitwise conjunction of the given mask with the network section of the address as indicated by the given prefix length.IPv4AddressIPv4Address. setPrefixLength(int prefixLength, boolean zeroed, boolean zeroHostIsBlock)IPv4AddressSectionIPv4AddressSection. setPrefixLength(int networkPrefixLength, boolean withZeros, boolean zeroHostIsBlock)IPv4AddressIPv4Address. toPrefixBlock(int networkPrefixLength)IPv4AddressSectionIPv4AddressSection. toPrefixBlock(int networkPrefixLength) -
Uses of PrefixLenException in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that throw PrefixLenException Modifier and Type Method Description IPv6AddressIPv6Address. applyPrefixLength(int networkPrefixLength)Deprecated.IPv6AddressSectionIPv6AddressSection. applyPrefixLength(int networkPrefixLength)Deprecated.IPv6AddressIPv6Address. bitwiseOrNetwork(IPAddress mask, int networkPrefixLength)IPv6AddressSectionIPv6AddressSection. bitwiseOrNetwork(IPv6AddressSection mask, int networkPrefixLength)Does the bitwise disjunction with this address.IPv6AddressSectionIPv6Address. getHostSection(int networkPrefixLength)IPv6AddressSectionIPv6AddressSection. getHostSection(int networkPrefixLength)IPv6AddressSectionIPv6Address. getNetworkSection(int networkPrefixLength)IPv6AddressSectionIPv6Address. getNetworkSection(int networkPrefixLength, boolean withPrefixLength)IPv6AddressSectionIPv6AddressSection. getNetworkSection(int networkPrefixLength)IPv6AddressSectionIPv6AddressSection. getNetworkSection(int networkPrefixLength, boolean withPrefixLength)IPv6AddressIPv6Address. maskNetwork(IPAddress mask, int networkPrefixLength)IPv6AddressSectionIPv6AddressSection. maskNetwork(IPv6AddressSection mask, int networkPrefixLength)Applies the given mask to the network section of the address as indicated by the given prefix length.IPv6AddressIPv6Address. setPrefixLength(int prefixLength)IPv6AddressIPv6Address. setPrefixLength(int prefixLength, boolean zeroed)IPv6AddressIPv6Address. setPrefixLength(int prefixLength, boolean zeroed, boolean zeroHostIsBlock)IPv6AddressSectionIPv6AddressSection. setPrefixLength(int networkPrefixLength)IPv6AddressSectionIPv6AddressSection. setPrefixLength(int networkPrefixLength, boolean withZeros)IPv6AddressSectionIPv6AddressSection. setPrefixLength(int networkPrefixLength, boolean withZeros, boolean zeroHostIsBlock)IPv6AddressIPv6Address. toPrefixBlock(int networkPrefixLength)IPv6AddressSectionIPv6AddressSection. toPrefixBlock(int networkPrefixLength)Constructors in inet.ipaddr.ipv6 that throw PrefixLenException Constructor Description IPv6AddressSection(long highBytes, long lowBytes, int segmentCount, java.lang.Integer networkPrefixLength)
-