| Package | Description | 
|---|---|
| com.google.common.net | This package contains utility methods and classes for working with net
 addresses (numeric IP and domain names). | 
| Modifier and Type | Method and Description | 
|---|---|
| InternetDomainName | InternetDomainName. child(String leftParts)Creates and returns a new  InternetDomainNameby prepending the
 argument and a dot to the current name. | 
| static InternetDomainName | InternetDomainName. from(String domain)Returns an instance of  InternetDomainNameafter lenient
 validation. | 
| InternetDomainName | InternetDomainName. parent()Returns an  InternetDomainNamethat is the immediate ancestor of
 this one; that is, the current domain with the leftmost part removed. | 
| InternetDomainName | InternetDomainName. publicSuffix()Returns the public suffix portion of the
 domain name, or  nullif no public suffix is present. | 
| InternetDomainName | InternetDomainName. topPrivateDomain()Returns the portion of this domain name that is one level beneath the
 public suffix. | 
Copyright © 2010-2015. All Rights Reserved.