Package org.apache.http.impl.cookie
Class PublicSuffixListParser
java.lang.Object
org.apache.http.impl.cookie.PublicSuffixListParser
Deprecated.
Parses the list from publicsuffix.org
and configures a PublicSuffixFilter.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PublicSuffixFilter
Deprecated.private final PublicSuffixListParser
Deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filter
Deprecated. -
parser
Deprecated.
-
-
Constructor Details
-
PublicSuffixListParser
PublicSuffixListParser(PublicSuffixFilter filter) Deprecated.
-
-
Method Details
-
parse
Deprecated.Parses the public suffix list format. When creating the reader from the file, make sure to use the correct encoding (the original list is in UTF-8).- Parameters:
reader
- the suffix list. The caller is responsible for closing the reader.- Throws:
IOException
- on error while reading from list
-
PublicSuffixListParser
.