Uses of Class
org.apache.http.conn.util.PublicSuffixList
-
Packages that use PublicSuffixList 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. -
-
Uses of PublicSuffixList in org.apache.http.conn.util
Methods in org.apache.http.conn.util 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.http.conn.util 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.http.conn.util with type arguments of type PublicSuffixList Constructor Description PublicSuffixMatcher(java.util.Collection<PublicSuffixList> lists)
-
Uses of PublicSuffixList in org.apache.http.impl.cookie
Constructors in org.apache.http.impl.cookie with parameters of type PublicSuffixList Constructor Description PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList)
-