Uses of Class
org.apache.hc.client5.http.psl.DomainType
-
Packages that use DomainType Package Description org.apache.hc.client5.http.psl Public Suffix List support classes.org.apache.hc.client5.http.ssl Client TLS/SSL support. -
-
Uses of DomainType in org.apache.hc.client5.http.psl
Fields in org.apache.hc.client5.http.psl declared as DomainType Modifier and Type Field Description private DomainType
PublicSuffixList. type
Fields in org.apache.hc.client5.http.psl with type parameters of type DomainType Modifier and Type Field Description private java.util.Map<java.lang.String,DomainType>
PublicSuffixMatcher. exceptions
private java.util.Map<java.lang.String,DomainType>
PublicSuffixMatcher. rules
Methods in org.apache.hc.client5.http.psl that return DomainType Modifier and Type Method Description private static DomainType
PublicSuffixMatcher. findEntry(java.util.Map<java.lang.String,DomainType> map, java.lang.String rule)
DomainType
PublicSuffixList. getType()
static DomainType
DomainType. 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.hc.client5.http.psl with parameters of type DomainType Modifier and Type Method Description java.lang.String
PublicSuffixMatcher. getDomainRoot(java.lang.String domain, DomainType expectedType)
Returns registrable part of the domain for the given domain name ornull
if given domain represents a public suffix.private static boolean
PublicSuffixMatcher. match(DomainType domainType, DomainType expectedType)
boolean
PublicSuffixMatcher. matches(java.lang.String domain, DomainType expectedType)
Tests whether the given domain matches any of entry from the public suffix list.Method parameters in org.apache.hc.client5.http.psl with type arguments of type DomainType Modifier and Type Method Description private static DomainType
PublicSuffixMatcher. findEntry(java.util.Map<java.lang.String,DomainType> map, java.lang.String rule)
Constructors in org.apache.hc.client5.http.psl 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)
-
Uses of DomainType in org.apache.hc.client5.http.ssl
Methods in org.apache.hc.client5.http.ssl with parameters of type DomainType Modifier and Type Method Description (package private) static boolean
DefaultHostnameVerifier. matchIdentity(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType)
private static boolean
DefaultHostnameVerifier. matchIdentity(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType, boolean strict)
(package private) static boolean
DefaultHostnameVerifier. matchIdentityStrict(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType)
-