Uses of Class
crawlercommons.domains.EffectiveTldFinder.EffectiveTLD
-
Packages that use EffectiveTldFinder.EffectiveTLD Package Description crawlercommons.domains Classes contained within the domains package relate to the definition of Top Level Domain's, various domain registrars and the effective handling of such domains. -
-
Uses of EffectiveTldFinder.EffectiveTLD in crawlercommons.domains
Methods in crawlercommons.domains that return EffectiveTldFinder.EffectiveTLD Modifier and Type Method Description static EffectiveTldFinder.EffectiveTLD
EffectiveTldFinder. getEffectiveTLD(String hostname)
Get EffectiveTLD for host name using the singleton instance of EffectiveTldFinder.static EffectiveTldFinder.EffectiveTLD
EffectiveTldFinder. getEffectiveTLD(String hostname, boolean excludePrivate)
Get EffectiveTLD for host name using the singleton instance of EffectiveTldFinder.Methods in crawlercommons.domains that return types with arguments of type EffectiveTldFinder.EffectiveTLD Modifier and Type Method Description static Map<String,EffectiveTldFinder.EffectiveTLD>
EffectiveTldFinder. getEffectiveTLDs()
-