类 PublicSuffixList
java.lang.Object
org.apache.pulsar.common.tls.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
- 从以下版本开始:
- 4.4
-
构造器概要
构造器构造器说明PublicSuffixList(List<String> rules, List<String> exceptions) PublicSuffixList(DomainType type, List<String> rules, List<String> exceptions) -
方法概要
-
构造器详细资料
-
PublicSuffixList
- 从以下版本开始:
- 4.5
-
PublicSuffixList
-