Uses of Class
org.apache.nutch.util.domain.DomainSuffix

Packages that use DomainSuffix
org.apache.nutch.util   
org.apache.nutch.util.domain org.apache.nutch.util.domain 
 

Uses of DomainSuffix in org.apache.nutch.util
 

Methods in org.apache.nutch.util that return DomainSuffix
static DomainSuffix URLUtil.getDomainSuffix(String url)
          Returns the DomainSuffix corresponding to the last public part of the hostname
static DomainSuffix URLUtil.getDomainSuffix(URL url)
          Returns the DomainSuffix corresponding to the last public part of the hostname
 

Uses of DomainSuffix in org.apache.nutch.util.domain
 

Subclasses of DomainSuffix in org.apache.nutch.util.domain
 class TopLevelDomain
          (From wikipedia) A top-level domain (TLD) is the last part of an Internet domain name; that is, the letters which follow the final dot of any domain name.
 

Methods in org.apache.nutch.util.domain that return DomainSuffix
 DomainSuffix DomainSuffixes.get(String extension)
          Return the DomainSuffix object for the extension, if extension is a top level domain returned object will be an instance of TopLevelDomain
 



Copyright © 2011 The Apache Software Foundation