org.apache.cxf.transport.https.httpclient
Class PublicSuffixList
java.lang.Object
org.apache.cxf.transport.https.httpclient.PublicSuffixList
public final class PublicSuffixList
- extends Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicSuffixList
public PublicSuffixList(List<String> rules,
List<String> exceptions)
getRules
public List<String> getRules()
getExceptions
public List<String> getExceptions()
Apache CXF