Package | Description |
---|---|
org.apache.http.conn.util |
Connection utility classes.
|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Modifier and Type | Method and Description |
---|---|
PublicSuffixList |
PublicSuffixListParser.parse(java.io.Reader reader)
Parses the public suffix list format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PublicSuffixList> |
PublicSuffixListParser.parseByType(java.io.Reader reader)
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
|
Constructor and Description |
---|
PublicSuffixMatcher(java.util.Collection<PublicSuffixList> lists) |
Constructor and Description |
---|
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
PublicSuffixList suffixList) |