See: Description
Class | Description |
---|---|
EffectiveTldFinder |
To determine the actual domain name of a host name or URL requires knowledge
of the various domain registrars and their assignment policies.
|
EffectiveTldFinder.EffectiveTLD |
EffectiveTLD objects hold one line of the public suffix list:
the suffix (
com , co.uk , etc.)
for IDN suffixes: both the ASCII and IDN variant
(xn--p1ai and рф )
and the properties required to parse host/domain names given in the
public suffix list (wildcard suffix, exception, in private domain
section)
|
PaidLevelDomain |
Routines to extract the PLD (paid-level domain, as per the IRLbot paper) from
a hostname or URL.
|
SuffixTrie<V> | |
SuffixTrie.LookupResult<V> |
Wrapper for results when a string is checked for suffixes contained in
the suffix trie.
|
SuffixTrie.Node<V> |
Copyright © 2009–2021 Crawler-Commons. All rights reserved.