Uses of Class
org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Packages that use PublicSuffixMatcher Package Description org.apache.hc.client5.http.impl org.apache.hc.client5.http.impl.cookie Standard and common HTTP cookie management policies.org.apache.hc.client5.http.psl Public Suffix List support classes.org.apache.hc.client5.http.ssl Client TLS/SSL support. -
-
Uses of PublicSuffixMatcher in org.apache.hc.client5.http.impl
Methods in org.apache.hc.client5.http.impl with parameters of type PublicSuffixMatcher Modifier and Type Method Description static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory>
CookieSpecSupport. createDefault(PublicSuffixMatcher publicSuffixMatcher)
Creates the default registry with the provided public suffix matcherstatic org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory>
CookieSpecSupport. createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
Creates a builder containing the default registry entries, using the provided public suffix matcher. -
Uses of PublicSuffixMatcher in org.apache.hc.client5.http.impl.cookie
Fields in org.apache.hc.client5.http.impl.cookie declared as PublicSuffixMatcher Modifier and Type Field Description private PublicSuffixMatcher
PublicSuffixDomainFilter. publicSuffixMatcher
private PublicSuffixMatcher
RFC6265CookieSpecFactory. publicSuffixMatcher
Methods in org.apache.hc.client5.http.impl.cookie with parameters of type PublicSuffixMatcher Modifier and Type Method Description static CommonCookieAttributeHandler
PublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
Constructors in org.apache.hc.client5.http.impl.cookie with parameters of type PublicSuffixMatcher Constructor Description PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
RFC6265CookieSpecFactory(RFC6265CookieSpecFactory.CompatibilityLevel compatibilityLevel, PublicSuffixMatcher publicSuffixMatcher)
RFC6265CookieSpecFactory(PublicSuffixMatcher publicSuffixMatcher)
-
Uses of PublicSuffixMatcher in org.apache.hc.client5.http.psl
Fields in org.apache.hc.client5.http.psl declared as PublicSuffixMatcher Modifier and Type Field Description private static PublicSuffixMatcher
PublicSuffixMatcherLoader. DEFAULT_INSTANCE
Methods in org.apache.hc.client5.http.psl that return PublicSuffixMatcher Modifier and Type Method Description static PublicSuffixMatcher
PublicSuffixMatcherLoader. getDefault()
static PublicSuffixMatcher
PublicSuffixMatcherLoader. load(java.io.File file)
private static PublicSuffixMatcher
PublicSuffixMatcherLoader. load(java.io.InputStream in)
static PublicSuffixMatcher
PublicSuffixMatcherLoader. load(java.net.URL url)
-
Uses of PublicSuffixMatcher in org.apache.hc.client5.http.ssl
Fields in org.apache.hc.client5.http.ssl declared as PublicSuffixMatcher Modifier and Type Field Description private PublicSuffixMatcher
DefaultHostnameVerifier. publicSuffixMatcher
Methods in org.apache.hc.client5.http.ssl with parameters of type PublicSuffixMatcher Modifier and Type Method Description (package private) static void
DefaultHostnameVerifier. matchCN(java.lang.String host, java.security.cert.X509Certificate cert, PublicSuffixMatcher publicSuffixMatcher)
(package private) static void
DefaultHostnameVerifier. matchDNSName(java.lang.String host, java.util.List<SubjectName> subjectAlts, PublicSuffixMatcher publicSuffixMatcher)
(package private) static boolean
DefaultHostnameVerifier. matchIdentity(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher)
(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)
(package private) static boolean
DefaultHostnameVerifier. matchIdentityStrict(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType)
Constructors in org.apache.hc.client5.http.ssl with parameters of type PublicSuffixMatcher Constructor Description DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher)
-