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

Uses of Class
inet.ipaddr.IPAddressSection.StringOptions

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

      Methods in inet.ipaddr that return IPAddressSection.StringOptions 
      Modifier and Type Method and Description
      IPAddressSection.StringOptions IPAddressSection.StringOptions.Builder.toParams() 
      Methods in inet.ipaddr with parameters of type IPAddressSection.StringOptions 
      Modifier and Type Method and Description
      java.lang.String IPAddressSection.toNormalizedString(IPAddressSection.StringOptions stringOptions) 
      java.lang.String IPAddress.toNormalizedString(IPAddressSection.StringOptions params)
      Constructs a string representing this address according to the given parameters
      static java.lang.String IPAddressSection.toNormalizedString(IPAddressSection.StringOptions opts, IPAddressPart section) 
    • Uses of IPAddressSection.StringOptions in inet.ipaddr.ipv4

      Methods in inet.ipaddr.ipv4 with parameters of type IPAddressSection.StringOptions 
      Modifier and Type Method and Description
      java.lang.String IPv4AddressSection.toNormalizedString(IPAddressSection.StringOptions stringParams, int joinCount) 
    • Uses of IPAddressSection.StringOptions in inet.ipaddr.ipv6

      Subclasses of IPAddressSection.StringOptions in inet.ipaddr.ipv6 
      Modifier and Type Class and Description
      static class  IPv6AddressSection.IPv6StringOptions
      Provides a clear way to create a specific type of string.
      Fields in inet.ipaddr.ipv6 declared as IPAddressSection.StringOptions 
      Modifier and Type Field and Description
      IPAddressSection.StringOptions IPv6AddressSection.IPv6StringOptions.ipv4Opts 
      Methods in inet.ipaddr.ipv6 with parameters of type IPAddressSection.StringOptions 
      Modifier and Type Method and Description
      static IPv6AddressSection.IPv6StringOptions IPv6AddressSection.IPv6StringOptions.from(IPAddressSection.StringOptions opts) 
      IPv6AddressSection.IPv6StringOptions.Builder IPv6AddressSection.IPv6StringOptions.Builder.setMakeMixed(IPAddressSection.StringOptions ipv4Options) 
      java.lang.String IPv6AddressSection.toNormalizedString(IPAddressSection.StringOptions options) 
      java.lang.String IPv6Address.toNormalizedString(IPAddressSection.StringOptions params) 
      java.lang.String IPv6AddressSection.toNormalizedString(IPAddressSection.StringOptions options, java.lang.String zone) 
      java.lang.String IPv6AddressSection.toNormalizedStringRange(IPAddressSection.StringOptions options, java.lang.String zone) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes