Uses of Class
org.apache.http.conn.util.PublicSuffixList
Packages that use PublicSuffixList
Package
Description
Connection utility classes.
Default implementations of standard and common HTTP state
management policies.
-
Uses of PublicSuffixList in org.apache.http.conn.util
Methods in org.apache.http.conn.util that return PublicSuffixListModifier and TypeMethodDescriptionParses the public suffix list format.Methods in org.apache.http.conn.util 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.http.conn.util with type arguments of type PublicSuffixList -
Uses of PublicSuffixList in org.apache.http.impl.cookie
Constructors in org.apache.http.impl.cookie with parameters of type PublicSuffixListModifierConstructorDescriptionPublicSuffixDomainFilter
(CommonCookieAttributeHandler handler, PublicSuffixList suffixList)