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

Uses of Class
inet.ipaddr.HostName

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

      Methods in inet.ipaddr that return HostName 
      Modifier and Type Method and Description
      HostName IPAddressNetwork.HostNameCache.get(byte[] bytes) 
      HostName IPAddressNetwork.HostNameCache.get(byte[] bytes, byte[] bytes2, java.lang.Integer prefixLength) 
      HostName IPAddressNetwork.HostNameCache.get(byte[] bytes, byte[] bytes2, java.lang.Integer prefixLength, java.lang.String zone) 
      HostName IPAddressNetwork.HostNameCache.get(java.lang.String key) 
      HostName IPAddress.toCanonicalHostName()
      Does a reverse name lookup to get the canonical host name.
      HostName IPAddress.toHostName()
      If this address was resolved from a host, returns that host.
      Methods in inet.ipaddr with parameters of type HostName 
      Modifier and Type Method and Description
      int HostName.compareTo(HostName other) 
      boolean HostName.matches(HostName host) 
      Constructor parameters in inet.ipaddr with type arguments of type HostName 
      Constructor and Description
      HostNameCache(java.util.Map<java.lang.String,HostName> backingMap) 
      HostNameCache(java.util.Map<java.lang.String,HostName> backingMap, HostNameParameters options) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes