Package org.apache.http.conn.util
Class PublicSuffixList
java.lang.Object
org.apache.http.conn.util.PublicSuffixList
Public suffix is a set of DNS names or wildcards concatenated with dots. It represents
the part of a domain name which is not under the control of the individual registrant
An up-to-date list of suffixes can be obtained from publicsuffix.org
- Since:
- 4.4
-
Constructor Summary
ConstructorDescriptionPublicSuffixList
(List<String> rules, List<String> exceptions) PublicSuffixList
(DomainType type, List<String> rules, List<String> exceptions) -
Method Summary
-
Constructor Details
-
PublicSuffixList
- Since:
- 4.5
-
PublicSuffixList
-
-
Method Details
-
getType
- Since:
- 4.5
-
getRules
-
getExceptions
-