Uses of Enum
org.apache.hc.client5.http.psl.DomainType
Packages that use DomainType
-
Uses of DomainType in org.apache.hc.client5.http.psl
Fields in org.apache.hc.client5.http.psl declared as DomainTypeModifier and TypeFieldDescription(package private) final DomainTypePublicSuffixMatcher.DomainRootInfo.domainTypeprivate final DomainTypePublicSuffixList.typeFields in org.apache.hc.client5.http.psl with type parameters of type DomainTypeModifier and TypeFieldDescriptionprivate final Map<String, DomainType> PublicSuffixMatcher.exceptionsprivate final Map<String, DomainType> PublicSuffixMatcher.rulesMethods in org.apache.hc.client5.http.psl that return DomainTypeModifier and TypeMethodDescriptionprivate static DomainTypePublicSuffixMatcher.findEntry(Map<String, DomainType> map, String rule) PublicSuffixList.getType()static DomainTypeReturns 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.hc.client5.http.psl with parameters of type DomainTypeModifier and TypeMethodDescriptionPublicSuffixMatcher.getDomainRoot(String domain, DomainType expectedType) Returns registrable part of the domain for the given domain name ornullif given domain represents a public suffix.private static booleanPublicSuffixMatcher.match(DomainType domainType, DomainType expectedType) booleanPublicSuffixMatcher.matches(String domain, DomainType expectedType) Tests whether the given domain matches any of entry from the public suffix list.(package private) PublicSuffixMatcher.DomainRootInfoPublicSuffixMatcher.resolveDomainRoot(String domain, DomainType expectedType) Method parameters in org.apache.hc.client5.http.psl with type arguments of type DomainTypeModifier and TypeMethodDescriptionprivate static DomainTypePublicSuffixMatcher.findEntry(Map<String, DomainType> map, String rule) Constructors in org.apache.hc.client5.http.psl with parameters of type DomainTypeModifierConstructorDescription(package private)DomainRootInfo(String root, String matchingKey, DomainType domainType) PublicSuffixList(DomainType type, List<String> rules, List<String> exceptions) PublicSuffixMatcher(DomainType domainType, Collection<String> rules, Collection<String> exceptions)