Uses of Class
inet.ipaddr.IPAddressSection
-
Packages that use IPAddressSection Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPAddressSection in inet.ipaddr
Classes in inet.ipaddr with type parameters of type IPAddressSection Modifier and Type Class Description classIPAddressNetwork<T extends IPAddress,R extends IPAddressSection,E extends IPAddressSection,S extends IPAddressSegment,J extends java.net.InetAddress>Represents a network of addresses of a single IP version providing a collection of standard addresses components for that version, such as masks and loopbacks.classIPAddressNetwork<T extends IPAddress,R extends IPAddressSection,E extends IPAddressSection,S extends IPAddressSegment,J extends java.net.InetAddress>Represents a network of addresses of a single IP version providing a collection of standard addresses components for that version, such as masks and loopbacks.static classIPAddressNetwork.IPAddressCreator<T extends IPAddress,R extends IPAddressSection,E extends IPAddressSection,S extends IPAddressSegment,J extends java.net.InetAddress>static classIPAddressNetwork.IPAddressCreator<T extends IPAddress,R extends IPAddressSection,E extends IPAddressSection,S extends IPAddressSegment,J extends java.net.InetAddress>Methods in inet.ipaddr that return IPAddressSection Modifier and Type Method Description abstract IPAddressSectionIPAddressSection. adjustPrefixBySegment(boolean nextSegment)IPAddressSectionIPAddressSection. adjustPrefixBySegment(boolean nextSegment, boolean zeroed)abstract IPAddressSectionIPAddressSection. adjustPrefixLength(int adjustment)abstract IPAddressSectionIPAddressSection. adjustPrefixLength(int adjustment, boolean zeroed)abstract IPAddressSectionIPAddressSection. applyPrefixLength(int networkPrefixLength)Deprecated.IPAddressSectionIPAddressSection. assignMinPrefixForBlock()Constructs an equivalent address section with the smallest CIDR prefix possible (largest network), such that the range of values are a set of subnet blocks for that prefix.IPAddressSectionIPAddressSection. assignPrefixForSingleBlock()Returns the equivalent CIDR address section with a prefix length for which the subnet block for that prefix matches the range of values in this section.abstract IPAddressSectionIPAddressSection. coverWithPrefixBlock()IPAddressSectionIPAddressSection. getHostMask()IPAddressSectionIPAddressSegmentSeries. getHostSection()Returns the host section of the series.IPAddressSectionIPAddressSegmentSeries. getHostSection(int networkPrefixLength)Returns the host section of the address as indicated by the network prefix length provided.abstract IPAddressSectionIPAddressSection. getLower()abstract IPAddressSectionIPAddressSection. getLowerNonZeroHost()IPAddressSectionIPAddressSection. getNetworkMask()IPAddressSectionIPAddressSegmentSeries. getNetworkSection()Returns the network section of the series if the series has a CIDR network prefix length, otherwise it returns the entire series as a prefixed series with prefix matching the address bit length.IPAddressSectionIPAddressSegmentSeries. getNetworkSection(int networkPrefixLength)Returns the network section of the series.IPAddressSectionIPAddressSegmentSeries. getNetworkSection(int networkPrefixLength, boolean withPrefixLength)Returns the network section of the series.IPAddressSectionIPAddress. getSection()Returns the address as an address section comprising all segments in the address.IPAddressSectionIPAddress. getSection(int index)IPAddressSectionIPAddress. getSection(int index, int endIndex)abstract IPAddressSectionIPAddressSection. getSection(int index)abstract IPAddressSectionIPAddressSection. getSection(int index, int endIndex)IPAddressSectionIPAddressSegmentSeries. getSection()IPAddressSectionIPAddressSegmentSeries. getSection(int index)IPAddressSectionIPAddressSegmentSeries. getSection(int index, int endIndex)abstract IPAddressSectionIPAddressSection. getUpper()abstract IPAddressSectionIPAddressSection. increment(long increment)abstract IPAddressSectionIPAddressSection. incrementBoundary(long increment)abstract IPAddressSectionIPAddressSection. removePrefixLength()Deprecated.abstract IPAddressSectionIPAddressSection. removePrefixLength(boolean zeroed)Deprecated.abstract IPAddressSectionIPAddressSection. reverseBits(boolean perByte)abstract IPAddressSectionIPAddressSection. reverseBytes()abstract IPAddressSectionIPAddressSection. reverseBytesPerSegment()abstract IPAddressSectionIPAddressSection. reverseSegments()abstract IPAddressSectionIPAddressSection. setPrefixLength(int prefixLength)abstract IPAddressSectionIPAddressSection. setPrefixLength(int prefixLength, boolean zeroed)abstract IPAddressSectionIPAddressSection. setPrefixLength(int prefixLength, boolean zeroed, boolean zeroHostIsBlock)Sets the prefix length while allowing the caller to control whether bits moved in or out of the prefix become zero, and whether a zero host for the new prefix bits can be translated into a prefix block.abstract IPAddressSectionIPAddressSection. toMaxHost()abstract IPAddressSectionIPAddressSection. toMaxHost(int prefixLength)abstract IPAddressSectionIPAddressSection. toPrefixBlock()abstract IPAddressSectionIPAddressSection. toPrefixBlock(int networkPrefixLength)abstract IPAddressSectionIPAddressSection. toZeroHost()abstract IPAddressSectionIPAddressSection. toZeroHost(int prefixLength)abstract IPAddressSectionIPAddressSection. toZeroNetwork()abstract IPAddressSectionIPAddressSection. withoutPrefixLength()Methods in inet.ipaddr that return types with arguments of type IPAddressSection Modifier and Type Method Description abstract java.util.Iterator<? extends IPAddressSection>IPAddressSection. blockIterator(int segmentCount)abstract AddressComponentSpliterator<? extends IPAddressSection>IPAddressSection. blockSpliterator(int segmentCount)abstract java.util.stream.Stream<? extends IPAddressSection>IPAddressSection. blockStream(int segmentCount)abstract java.lang.Iterable<? extends IPAddressSection>IPAddressSection. getIterable()abstract java.util.Iterator<? extends IPAddressSection>IPAddressSection. iterator()abstract java.util.Iterator<? extends IPAddressSection>IPAddressSection. nonZeroHostIterator()abstract java.util.Iterator<? extends IPAddressSection>IPAddressSection. prefixBlockIterator()abstract AddressComponentSpliterator<? extends IPAddressSection>IPAddressSection. prefixBlockSpliterator()abstract java.util.stream.Stream<? extends IPAddressSection>IPAddressSection. prefixBlockStream()abstract java.util.Iterator<? extends IPAddressSection>IPAddressSection. prefixIterator()abstract AddressComponentSpliterator<? extends IPAddressSection>IPAddressSection. prefixSpliterator()abstract java.util.stream.Stream<? extends IPAddressSection>IPAddressSection. prefixStream()java.util.Iterator<? extends IPAddressSection>IPAddressSection. sequentialBlockIterator()AddressComponentSpliterator<? extends IPAddressSection>IPAddressSection. sequentialBlockSpliterator()java.util.stream.Stream<? extends IPAddressSection>IPAddressSection. sequentialBlockStream()abstract AddressComponentSpliterator<? extends IPAddressSection>IPAddressSection. spliterator()abstract java.util.stream.Stream<? extends IPAddressSection>IPAddressSection. stream()Methods in inet.ipaddr with parameters of type IPAddressSection Modifier and Type Method Description booleanIPAddressSection. containsNonZeroHosts(IPAddressSection other)Returns whether this address contains the non-zero host addresses in other.booleanIPAddressSection. matchesWithMask(IPAddressSection other, IPAddressSection mask)Applies the mask to this address section and then compares values with the given address sectionabstract booleanIPAddressSection. prefixContains(IPAddressSection other)Returns whether the prefix of this address contains all values of the same bits in the given address or subnet -
Uses of IPAddressSection in inet.ipaddr.ipv4
Subclasses of IPAddressSection in inet.ipaddr.ipv4 Modifier and Type Class Description classIPv4AddressSectionA section of an IPv4Address.Methods in inet.ipaddr.ipv4 with parameters of type IPAddressSection Modifier and Type Method Description booleanIPv4AddressSection. matchesWithMask(IPAddressSection other, IPAddressSection mask)booleanIPv4AddressSection. prefixContains(IPAddressSection other) -
Uses of IPAddressSection in inet.ipaddr.ipv6
Subclasses of IPAddressSection in inet.ipaddr.ipv6 Modifier and Type Class Description classIPv6AddressSectionA section of an IPv6Address.Methods in inet.ipaddr.ipv6 with parameters of type IPAddressSection Modifier and Type Method Description booleanIPv6AddressSection. matchesWithMask(IPAddressSection other, IPAddressSection mask)booleanIPv6AddressSection. prefixContains(IPAddressSection o)
-