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.HostNameGenerator.get(Address.AddressProvider addressProvider) 
      HostName IPAddressNetwork.HostNameGenerator.get(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength, java.lang.CharSequence zone) 
      HostName IPAddressNetwork.HostNameGenerator.get(byte[] bytes) 
      HostName IPAddressNetwork.HostNameGenerator.get(IPAddress.IPVersion version, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength) 
      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
      HostNameGenerator(java.util.Map<java.lang.String,HostName> backingMap) 
      HostNameGenerator(java.util.Map<java.lang.String,HostName> backingMap, HostNameParameters options, boolean reverseLookup) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes