Uses of Class
com.google.common.net.InternetDomainName

Packages that use InternetDomainName
com.google.common.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names). 
 

Uses of InternetDomainName in com.google.common.net
 

Methods in com.google.common.net that return InternetDomainName
 InternetDomainName InternetDomainName.child(String leftParts)
          Creates and returns a new InternetDomainName by prepending the argument and a dot to the current name.
static InternetDomainName InternetDomainName.from(String domain)
          A factory method for creating InternetDomainName objects.
 InternetDomainName InternetDomainName.parent()
          Create a new InternetDomainName which is the parent of this one; that is, the parent domain is the current domain with the leftmost part removed.
 InternetDomainName InternetDomainName.recognizedTld()
          Returns the TLD portion of the domain name, or null if no TLD is present according to hasRecognizedTld().
 InternetDomainName InternetDomainName.topCookieDomain()
          Returns the "top cookie domain" for the InternetDomainName.