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

Uses of Interface
inet.ipaddr.HostIdentifierString

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

      Classes in inet.ipaddr with type parameters of type HostIdentifierString 
      Modifier and Type Class and Description
      static class  AddressNetwork.HostIdentifierStringGenerator<T extends HostIdentifierString>
      Generates and caches HostIdentifierString instances.
      static class  IPAddressNetwork.HostIDStringAddressGenerator<T extends HostIdentifierString>
      Choose a map of your choice to implement a cache of addresses and/or host names.
      Classes in inet.ipaddr that implement HostIdentifierString 
      Modifier and Type Class and Description
      class  HostName
      An internet host name.
      class  IPAddressString
      Parses the string representation of an IP address.
      class  MACAddressString
      Parses the string representation of a MAC address.
      Methods in inet.ipaddr that return HostIdentifierString 
      Modifier and Type Method and Description
      HostIdentifierString Address.toAddressString()
      Returns a host identifier string representation for this address, which will be already validated.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes