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

Uses of Class
inet.ipaddr.AddressConversionException

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

      Methods in inet.ipaddr that throw AddressConversionException 
      Modifier and Type Method and Description
      abstract IPAddress IPAddress.bitwiseOr(IPAddress mask)
      Equivalent to calling IPAddress.bitwiseOr(IPAddress, boolean) with the second argument as false.
      abstract IPAddress IPAddress.bitwiseOr(IPAddress mask, boolean retainPrefix)
      Does the bitwise disjunction with this address.
      abstract IPAddress IPAddress.bitwiseOrNetwork(IPAddress mask, int networkPrefixLength)
      Does the bitwise disjunction with this address.
      abstract IPAddress IPAddress.mask(IPAddress mask)
      Equivalent to calling IPAddress.mask(IPAddress, boolean) with the second argument as false.
      abstract IPAddress IPAddress.mask(IPAddress mask, boolean retainPrefix)
      Applies the given mask to all addresses represented by this IPAddress.
      abstract IPAddress IPAddress.maskNetwork(IPAddress mask, int networkPrefixLength)
      Applies the given mask to all addresses represented by this IPAddress while also applying the given prefix length at the same time.
    • Uses of AddressConversionException in inet.ipaddr.ipv4

      Methods in inet.ipaddr.ipv4 that throw AddressConversionException 
      Modifier and Type Method and Description
      boolean IPv4AddressSegment.isMaskCompatibleWithRange(IPv4AddressSegment maskSegment, java.lang.Integer segmentPrefixLength) 
    • Uses of AddressConversionException in inet.ipaddr.ipv6

      Methods in inet.ipaddr.ipv6 that throw AddressConversionException 
      Modifier and Type Method and Description
      boolean IPv6AddressSegment.isMaskCompatibleWithRange(IPv6AddressSegment maskSegment, java.lang.Integer segmentPrefixLength) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes