Uses of Class
org.apache.cxf.transport.https.httpclient.PublicSuffixList
-
Packages that use PublicSuffixList Package Description org.apache.cxf.transport.https.httpclient -
-
Uses of PublicSuffixList in org.apache.cxf.transport.https.httpclient
Methods in org.apache.cxf.transport.https.httpclient that return PublicSuffixList Modifier and Type Method Description PublicSuffixListPublicSuffixListParser. parse(Reader reader)Parses the public suffix list format.Methods in org.apache.cxf.transport.https.httpclient that return types with arguments of type PublicSuffixList Modifier and Type Method Description List<PublicSuffixList>PublicSuffixListParser. parseByType(Reader reader)Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).Constructor parameters in org.apache.cxf.transport.https.httpclient with type arguments of type PublicSuffixList Constructor Description PublicSuffixMatcher(Collection<PublicSuffixList> lists)
-