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(Reader reader)
Parses the public suffix list format.
|
Modifier and Type | Method and Description |
---|---|
List<PublicSuffixList> |
PublicSuffixListParser.parseByType(Reader reader)
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
|
Constructor and Description |
---|
PublicSuffixMatcher(Collection<PublicSuffixList> lists) |
Constructor and Description |
---|
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
PublicSuffixList suffixList) |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.