Uses of Class
org.apache.hc.client5.http.psl.PublicSuffixList
Packages that use PublicSuffixList
Package
Description
Standard and common HTTP cookie management policies.
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 PublicSuffixListModifierConstructorDescriptionPublicSuffixDomainFilter
(CommonCookieAttributeHandler handler, PublicSuffixList suffixList) -
Uses of PublicSuffixList in org.apache.hc.client5.http.psl
Methods in org.apache.hc.client5.http.psl that return PublicSuffixListModifier and TypeMethodDescriptionParses the public suffix list format.Methods in org.apache.hc.client5.http.psl that return types with arguments of type PublicSuffixListModifier and TypeMethodDescriptionPublicSuffixListParser.parseByType
(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