Uses of Class
org.apache.hc.client5.http.psl.PublicSuffixList
-
Packages that use PublicSuffixList 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. -
-
Uses of PublicSuffixList in org.apache.hc.client5.http.impl.cookie
Constructors in org.apache.hc.client5.http.impl.cookie with parameters of type PublicSuffixList Constructor Description PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList)
-
Uses of PublicSuffixList in org.apache.hc.client5.http.psl
Methods in org.apache.hc.client5.http.psl that return PublicSuffixList Modifier and Type Method Description PublicSuffixList
PublicSuffixListParser. parse(java.io.Reader reader)
Parses the public suffix list format.Methods in org.apache.hc.client5.http.psl that return types with arguments of type PublicSuffixList Modifier and Type Method 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 parameters in org.apache.hc.client5.http.psl with type arguments of type PublicSuffixList Constructor Description PublicSuffixMatcher(java.util.Collection<PublicSuffixList> lists)
-