[TOC]

  • Prev
  • Next

Uses of Class

org.apache.nutch.util.domain.DomainSuffix

Uses of DomainSuffix in org.apache.nutch.util

Methods in org.apache.nutch.util that return DomainSuffix Modifier and Type Method and Description 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 Modifier and Type Class and Description 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 Modifier and Type Method and Description 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

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation