PublicSuffixListParser
.@Contract(threading=IMMUTABLE)
@Deprecated
public class PublicSuffixListParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PublicSuffixFilter |
filter
Deprecated.
|
private PublicSuffixListParser |
parser
Deprecated.
|
Constructor and Description |
---|
PublicSuffixListParser(PublicSuffixFilter filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(java.io.Reader reader)
Deprecated.
Parses the public suffix list format.
|
private final PublicSuffixFilter filter
private final PublicSuffixListParser parser
PublicSuffixListParser(PublicSuffixFilter filter)
public void parse(java.io.Reader reader) throws java.io.IOException
reader
- the suffix list. The caller is responsible for closing the reader.java.io.IOException
- on error while reading from list