Uses of Class
inet.ipaddr.ipv4.IPv4AddressSection
Packages that use IPv4AddressSection
-
Uses of IPv4AddressSection in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return IPv4AddressSectionModifier and TypeMethodDescriptionIPv4AddressSection.adjustPrefixBySegment
(boolean nextSegment) IPv4AddressSection.adjustPrefixBySegment
(boolean nextSegment, boolean zeroed) IPv4AddressSection.adjustPrefixLength
(int adjustment) IPv4AddressSection.adjustPrefixLength
(int adjustment, boolean zeroed) IPv4AddressSection.append
(IPv4AddressSection other) IPv4AddressSection.appendToNetwork
(IPv4AddressSection other) IPv4AddressSection.applyPrefixLength
(int networkPrefixLength) Deprecated.IPv4AddressSection.assignMinPrefixForBlock()
IPv4AddressSection.assignPrefixForSingleBlock()
IPv4AddressSection.bitwiseOr
(IPv4AddressSection mask) Equivalent tobitwiseOr(IPv4AddressSection, boolean)
with the second argument as false.IPv4AddressSection.bitwiseOr
(IPv4AddressSection mask, boolean retainPrefix) Does the bitwise disjunction with this address section.IPv4AddressSection.bitwiseOrNetwork
(IPv4AddressSection mask, int networkPrefixLength) Does the bitwise disjunction with this address section.IPv4AddressSection.coverWithPrefixBlock()
IPv4AddressSection.coverWithPrefixBlock
(IPv4AddressSection other) IPv4AddressNetwork.IPv4AddressCreator.createFullSectionInternal
(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, Integer prefix) IPv4AddressSection.createMaxHost()
IPv4AddressNetwork.IPv4AddressCreator.createSection
(byte[] bytes, int byteStartIndex, int byteEndIndex, Integer prefix) IPv4AddressNetwork.IPv4AddressCreator.createSection
(byte[] bytes, Integer prefix) IPv4AddressNetwork.IPv4AddressCreator.createSection
(IPv4AddressSegment[] segments) IPv4AddressNetwork.IPv4AddressCreator.createSection
(IPv4AddressSegment[] segments, Integer networkPrefixLength) IPv4AddressSection.getHostMask()
IPv4Address.getHostSection()
IPv4Address.getHostSection
(int networkPrefixLength) IPv4AddressSection.getHostSection()
IPv4AddressSection.getHostSection
(int networkPrefixLength) IPv4AddressSection.getLower()
IPv4AddressSection.getLowerNonZeroHost()
IPv4AddressSection.getNetworkMask()
IPv4Address.getNetworkSection()
IPv4Address.getNetworkSection
(int networkPrefixLength) IPv4Address.getNetworkSection
(int networkPrefixLength, boolean withPrefixLength) IPv4AddressSection.getNetworkSection()
IPv4AddressSection.getNetworkSection
(int networkPrefixLength) IPv4AddressSection.getNetworkSection
(int networkPrefixLength, boolean withPrefixLength) IPv4Address.getSection()
IPv4Address.getSection
(int index) IPv4Address.getSection
(int index, int endIndex) IPv4AddressSection.getSection()
IPv4AddressSection.getSection
(int index) IPv4AddressSection.getSection
(int index, int endIndex) IPv4AddressSection.getUpper()
IPv4AddressSection.increment
(long increment) IPv4AddressSection.incrementBoundary
(long increment) IPv4AddressSection.insert
(int index, IPv4AddressSection other) IPv4AddressSection.intersect
(IPv4AddressSection other) Produces the subnet sections whose addresses are found in both this and the given argument.IPv4AddressSection.mask
(IPv4AddressSection mask) Equivalent tomask(IPv4AddressSection, boolean)
with the second argument as false.IPv4AddressSection.mask
(IPv4AddressSection mask, boolean retainPrefix) Does the bitwise conjunction with this address.IPv4AddressSection.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.IPv4AddressSection.mergePrefixBlocks
(IPv4AddressSection... sections) Deprecated.IPv4AddressSection.mergeToPrefixBlocks
(IPv4AddressSection... sections) Merges this with the list of sections to produce the smallest array of prefix blocks.IPv4AddressSection.mergeToSequentialBlocks
(IPv4AddressSection... sections) Merges this with the list of sections to produce the smallest array of sequential block subnets.IPv4AddressSection.removePrefixLength()
Deprecated.IPv4AddressSection.removePrefixLength
(boolean zeroed) Deprecated.IPv4AddressSection.replace
(int startIndex, int endIndex, IPv4AddressSection replacement, int replacementStartIndex, int replacementEndIndex) Replaces segments starting from startIndex and ending before endIndex with the segments starting at replacementStartIndex and ending before replacementEndIndex from the replacement sectionIPv4AddressSection.replace
(int index, IPv4AddressSection other) Replace the segments of this section starting at the given index with the given replacement segmentsIPv4AddressSection.reverseBits
(boolean perByte) IPv4AddressSection.reverseBytes()
IPv4AddressSection.reverseBytesPerSegment()
IPv4AddressSection.reverseSegments()
IPv4AddressSection.setPrefixLength
(int networkPrefixLength) IPv4AddressSection.setPrefixLength
(int networkPrefixLength, boolean withZeros) IPv4AddressSection.setPrefixLength
(int networkPrefixLength, boolean withZeros, boolean zeroHostIsBlock) IPv4AddressSection.spanWithPrefixBlocks()
Produces an array of prefix blocks that spans the same set of values.IPv4AddressSection.spanWithPrefixBlocks
(IPv4AddressSection other) Produces the list of prefix block subnets that span from this series to the given series.IPv4AddressSection.spanWithRangedSegments
(IPv4AddressSection other) Deprecated.IPv4AddressSection.spanWithSequentialBlocks()
Produces an array of blocks that are sequential that cover the same set of sections as this.IPv4AddressSection.spanWithSequentialBlocks
(IPv4AddressSection other) Produces a list of range subnets that span from this series to the given series.IPv4AddressSection.subtract
(IPv4AddressSection other) Subtract the given subnet from this subnet, returning an array of sections for the result (the subnets will not be contiguous so an array is required).IPv4AddressSection.toMaxHost()
IPv4AddressSection.toMaxHost
(int prefixLength) IPv4AddressSection.toPrefixBlock()
IPv4AddressSection.toPrefixBlock
(int networkPrefixLength) IPv4AddressSection.toZeroHost()
IPv4AddressSection.toZeroHost
(int prefixLength) IPv4AddressSection.toZeroNetwork()
IPv4AddressSection.withoutPrefixLength()
Methods in inet.ipaddr.ipv4 that return types with arguments of type IPv4AddressSectionModifier and TypeMethodDescriptionIPv4AddressSection.blockIterator
(int segmentCount) IPv4AddressSection.blockSpliterator
(int segmentCount) IPv4AddressSection.blockStream
(int segmentCount) IPv4AddressSection.getIterable()
IPv4AddressSection.iterator()
IPv4AddressSection.nonZeroHostIterator()
IPv4AddressSection.prefixBlockIterator()
IPv4AddressSection.prefixBlockSpliterator()
IPv4AddressSection.prefixBlockStream()
IPv4AddressSection.prefixIterator()
IPv4AddressSection.prefixSpliterator()
IPv4AddressSection.prefixStream()
IPv4AddressSection.segmentsSpliterator()
IPv4AddressSection.sequentialBlockIterator()
IPv4AddressSection.sequentialBlockSpliterator()
IPv4AddressSection.sequentialBlockStream()
IPv4AddressSection.spliterator()
IPv4AddressSection.stream()
Methods in inet.ipaddr.ipv4 with parameters of type IPv4AddressSectionModifier and TypeMethodDescriptionIPv4AddressSection.append
(IPv4AddressSection other) IPv4AddressSection.appendToNetwork
(IPv4AddressSection other) IPv4AddressSection.bitwiseOr
(IPv4AddressSection mask) Equivalent tobitwiseOr(IPv4AddressSection, boolean)
with the second argument as false.IPv4AddressSection.bitwiseOr
(IPv4AddressSection mask, boolean retainPrefix) Does the bitwise disjunction with this address section.IPv4AddressSection.bitwiseOrNetwork
(IPv4AddressSection mask, int networkPrefixLength) Does the bitwise disjunction with this address section.IPv4AddressSection.coverWithPrefixBlock
(IPv4AddressSection other) IPv4AddressNetwork.IPv4AddressCreator.createAddress
(IPv4AddressSection section) IPv4AddressSection.insert
(int index, IPv4AddressSection other) IPv4AddressSection.intersect
(IPv4AddressSection other) Produces the subnet sections whose addresses are found in both this and the given argument.IPv4AddressSection.mask
(IPv4AddressSection mask) Equivalent tomask(IPv4AddressSection, boolean)
with the second argument as false.IPv4AddressSection.mask
(IPv4AddressSection mask, boolean retainPrefix) Does the bitwise conjunction with this address.IPv4AddressSection.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.IPv4AddressSection.mergePrefixBlocks
(IPv4AddressSection... sections) Deprecated.IPv4AddressSection.mergeToPrefixBlocks
(IPv4AddressSection... sections) Merges this with the list of sections to produce the smallest array of prefix blocks.IPv4AddressSection.mergeToSequentialBlocks
(IPv4AddressSection... sections) Merges this with the list of sections to produce the smallest array of sequential block subnets.IPv4AddressSection.replace
(int startIndex, int endIndex, IPv4AddressSection replacement, int replacementStartIndex, int replacementEndIndex) Replaces segments starting from startIndex and ending before endIndex with the segments starting at replacementStartIndex and ending before replacementEndIndex from the replacement sectionIPv4AddressSection.replace
(int index, IPv4AddressSection other) Replace the segments of this section starting at the given index with the given replacement segmentsIPv4AddressSection.spanWithPrefixBlocks
(IPv4AddressSection other) Produces the list of prefix block subnets that span from this series to the given series.IPv4AddressSection.spanWithRangedSegments
(IPv4AddressSection other) Deprecated.IPv4AddressSection.spanWithSequentialBlocks
(IPv4AddressSection other) Produces a list of range subnets that span from this series to the given series.IPv4AddressSection.subtract
(IPv4AddressSection other) Subtract the given subnet from this subnet, returning an array of sections for the result (the subnets will not be contiguous so an array is required).Constructors in inet.ipaddr.ipv4 with parameters of type IPv4AddressSectionModifierConstructorDescriptionIPv4Address
(IPv4AddressSection section) Constructs an IPv4 address or subnet. -
Uses of IPv4AddressSection in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPv4AddressSectionModifier and TypeMethodDescriptionIPv6AddressSection.getEmbeddedIPv4AddressSection()
Gets the IPv4 section corresponding to the lowest (least-significant) 4 bytes in the original address, which will correspond to between 0 and 4 bytes in this address.IPv6AddressSection.getEmbeddedIPv4AddressSection
(int startIndex, int endIndex) Produces an IPv4 address section from any sequence of bytes in this IPv6 address sectionIPv6Address.toMappedIPv4Segments()
::ffff:x:x/96 indicates IPv6 address mapped to IPv4
mergeToPrefixBlocks(IPv4AddressSection...)