Uses of Class
org.apache.pulsar.common.tls.DomainType
-
Packages that use DomainType Package Description org.apache.pulsar.common.tls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DomainType in org.apache.pulsar.common.tls
Methods in org.apache.pulsar.common.tls that return DomainType Modifier and Type Method Description static DomainTypeDomainType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DomainType[]DomainType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.common.tls with parameters of type DomainType Modifier and Type Method Description java.lang.StringPublicSuffixMatcher. getDomainRoot(java.lang.String domain, DomainType expectedType)Returns registrable part of the domain for the given domain name ornullif given domain represents a public suffix.booleanPublicSuffixMatcher. matches(java.lang.String domain, DomainType expectedType)Tests whether the given domain matches any of entry from the public suffix list.Constructors in org.apache.pulsar.common.tls with parameters of type DomainType Constructor Description PublicSuffixList(DomainType type, java.util.List<java.lang.String> rules, java.util.List<java.lang.String> exceptions)PublicSuffixMatcher(DomainType domainType, java.util.Collection<java.lang.String> rules, java.util.Collection<java.lang.String> exceptions)
-