| Package | Description | 
|---|---|
| org.apache.hc.client5.http.impl.cookie | Standard and common HTTP cookie management policies. | 
| org.apache.hc.client5.http.psl | Public Suffix List support classes. | 
| Constructor and Description | 
|---|
| PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
                        PublicSuffixList suffixList) | 
| 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) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.