Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
inet.ipaddr.ipv4.IPv4AddressSection

  • Packages that use IPv4AddressSection 
    Package Description
    inet.ipaddr.ipv4  
    inet.ipaddr.ipv6  
    • Uses of IPv4AddressSection in inet.ipaddr.ipv4

      Methods in inet.ipaddr.ipv4 that return IPv4AddressSection 
      Modifier and Type Method and Description
      IPv4AddressSection IPv4AddressNetwork.IPv4AddressCreator.createSection(byte[] bytes, java.lang.Integer prefix) 
      IPv4AddressSection IPv4AddressNetwork.IPv4AddressCreator.createSection(IPv4AddressSegment[] segments) 
      IPv4AddressSection IPv4AddressNetwork.IPv4AddressCreator.createSection(IPv4AddressSegment[] segments, java.lang.Integer networkPrefixLength) 
      IPv4AddressSection IPv4Address.getHostSection() 
      IPv4AddressSection IPv4AddressSection.getHostSection(int networkPrefixLength) 
      IPv4AddressSection IPv4Address.getHostSection(int networkPrefixLength) 
      IPv4AddressSection IPv4AddressSection.getLowerSection() 
      IPv4AddressSection IPv4Address.getNetworkSection() 
      IPv4AddressSection IPv4AddressSection.getNetworkSection(int networkPrefixLength) 
      IPv4AddressSection IPv4AddressSection.getNetworkSection(int networkPrefixLength, boolean withPrefixLength) 
      IPv4AddressSection IPv4Address.getNetworkSection(int networkPrefixLength, boolean withPrefixLength) 
      IPv4AddressSection IPv4Address.getSection() 
      IPv4AddressSection IPv4AddressSection.getUpperSection() 
      IPv4AddressSection[] IPv4AddressSection.subtract(IPAddressSection other) 
      IPv4AddressSection IPv4AddressSection.toSubnet(int networkPrefixLength) 
      IPv4AddressSection IPv4AddressSection.toSubnet(IPAddressSection mask)
      Creates a subnet address using the given mask.
      IPv4AddressSection IPv4AddressSection.toSubnet(IPAddressSection mask, java.lang.Integer networkPrefixLength)
      Creates a subnet address using the given mask and prefix length.
      Methods in inet.ipaddr.ipv4 that return types with arguments of type IPv4AddressSection 
      Modifier and Type Method and Description
      java.util.Iterator<IPv4AddressSection> IPv4AddressSection.sectionIterator() 
      Methods in inet.ipaddr.ipv4 with parameters of type IPv4AddressSection 
      Modifier and Type Method and Description
      IPv4Address IPv4AddressNetwork.IPv4AddressCreator.createAddress(IPv4AddressSection section) 
      Constructors in inet.ipaddr.ipv4 with parameters of type IPv4AddressSection 
      Constructor and Description
      IPv4Address(IPv4AddressSection section)
      Constructs an IPv4 address or subnet.
    • Uses of IPv4AddressSection in inet.ipaddr.ipv6

      Methods in inet.ipaddr.ipv6 that return IPv4AddressSection 
      Modifier and Type Method and Description
      IPv4AddressSection IPv6AddressSection.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.
      IPv4AddressSection IPv6AddressSection.getEmbeddedIPv4AddressSection(int startIndex, int endIndex)
      Produces an IPv4 address section from any sequence of bytes in this IPv6 address section
      IPv4AddressSection IPv6Address.toMappedIPv4Segments()
      ::ffff:x:x/96 indicates IPv6 address mapped to IPv4
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes