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

Uses of Class
inet.ipaddr.ipv6.IPv6AddressSection

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

      Methods in inet.ipaddr.ipv6 that return IPv6AddressSection 
      Modifier and Type Method and Description
      IPv6AddressSection IPv6AddressSection.createNonMixedSection() 
      IPv6AddressSection IPv6AddressNetwork.IPv6AddressCreator.createSection(byte[] bytes, java.lang.Integer prefix) 
      IPv6AddressSection IPv6AddressNetwork.IPv6AddressCreator.createSection(IPv6AddressSegment[] segments) 
      IPv6AddressSection IPv6AddressNetwork.IPv6AddressCreator.createSection(IPv6AddressSegment[] segments, java.lang.Integer networkPrefixLength) 
      IPv6AddressSection IPv6Address.getHostSection() 
      IPv6AddressSection IPv6AddressSection.getHostSection(int networkPrefixLength) 
      IPv6AddressSection IPv6Address.getHostSection(int networkPrefixLength) 
      IPv6AddressSection IPv6AddressSection.getLowerSection() 
      IPv6AddressSection IPv6Address.getNetworkSection() 
      IPv6AddressSection IPv6AddressSection.getNetworkSection(int networkPrefixLength) 
      IPv6AddressSection IPv6AddressSection.getNetworkSection(int networkPrefixLength, boolean withPrefixLength) 
      IPv6AddressSection IPv6Address.getNetworkSection(int networkPrefixLength, boolean withPrefixLength) 
      IPv6AddressSection IPv6Address.getSection() 
      IPv6AddressSection IPv6AddressSection.getUpperSection() 
      IPv6AddressSection[] IPv6AddressSection.subtract(IPAddressSection other) 
      IPv6AddressSection IPv6AddressSection.toSubnet(int networkPrefixLength) 
      IPv6AddressSection IPv6AddressSection.toSubnet(IPAddressSection mask)
      Creates a subnet address using the given mask.
      IPv6AddressSection IPv6AddressSection.toSubnet(IPAddressSection mask, java.lang.Integer networkPrefixLength)
      Creates a subnet address using the given mask.
      Methods in inet.ipaddr.ipv6 that return types with arguments of type IPv6AddressSection 
      Modifier and Type Method and Description
      java.util.Iterator<IPv6AddressSection> IPv6AddressSection.sectionIterator() 
      Methods in inet.ipaddr.ipv6 with parameters of type IPv6AddressSection 
      Modifier and Type Method and Description
      IPv6Address IPv6AddressNetwork.IPv6AddressCreator.createAddress(IPv6AddressSection section) 
      IPv6Address IPv6AddressNetwork.IPv6AddressCreator.createAddress(IPv6AddressSection section, java.lang.String zone) 
      Constructors in inet.ipaddr.ipv6 with parameters of type IPv6AddressSection 
      Constructor and Description
      IPv6Address(IPv6AddressSection section) 
      IPv6Address(IPv6AddressSection section, java.lang.CharSequence zone) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes