public final class PublicSuffixList extends Object
An up-to-date list of suffixes can be obtained from publicsuffix.org Copied from httpclient
Constructor and Description |
---|
PublicSuffixList(DomainType type,
List<String> rules,
List<String> exceptions) |
PublicSuffixList(List<String> rules,
List<String> exceptions) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExceptions() |
List<String> |
getRules() |
DomainType |
getType() |
public PublicSuffixList(DomainType type, List<String> rules, List<String> exceptions)
public DomainType getType()
Apache CXF