Class PublicSuffixList
java.lang.Object
org.apache.cxf.transport.https.httpclient.PublicSuffixList
Public suffix is a set of DNS names or wildcards concatenated with dots. It represents
the part of a domain name which is not under the control of the individual registrant
An up-to-date list of suffixes can be obtained from publicsuffix.org Copied from httpclient
-
Constructor Summary
ConstructorsConstructorDescriptionPublicSuffixList(List<String> rules, List<String> exceptions) PublicSuffixList(DomainType type, List<String> rules, List<String> exceptions) -
Method Summary
-
Constructor Details
-
PublicSuffixList
-
PublicSuffixList
-
-
Method Details
-
getType
-
getRules
-
getExceptions
-