Class PublicSuffixList


  • public final class PublicSuffixList
    extends java.lang.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

    Since:
    4.4
    • Constructor Summary

      Constructors 
      Constructor Description
      PublicSuffixList​(java.util.List<java.lang.String> rules, java.util.List<java.lang.String> exceptions)  
      PublicSuffixList​(DomainType type, java.util.List<java.lang.String> rules, java.util.List<java.lang.String> exceptions)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublicSuffixList

        public PublicSuffixList​(DomainType type,
                                java.util.List<java.lang.String> rules,
                                java.util.List<java.lang.String> exceptions)
        Since:
        4.5
      • PublicSuffixList

        public PublicSuffixList​(java.util.List<java.lang.String> rules,
                                java.util.List<java.lang.String> exceptions)