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 PublicSuffixMatcherPublicSuffixDomainFilter. publicSuffixMatcherprivate PublicSuffixMatcherRFC6265CookieSpecFactory. publicSuffixMatcherMethods in org.apache.hc.client5.http.impl.cookie with parameters of type PublicSuffixMatcher Modifier and Type Method Description static CommonCookieAttributeHandlerPublicSuffixDomainFilter. 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 PublicSuffixMatcherPublicSuffixMatcherLoader. DEFAULT_INSTANCEMethods in org.apache.hc.client5.http.psl that return PublicSuffixMatcher Modifier and Type Method Description static PublicSuffixMatcherPublicSuffixMatcherLoader. getDefault()static PublicSuffixMatcherPublicSuffixMatcherLoader. load(java.io.File file)private static PublicSuffixMatcherPublicSuffixMatcherLoader. load(java.io.InputStream in)static PublicSuffixMatcherPublicSuffixMatcherLoader. 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 PublicSuffixMatcherDefaultHostnameVerifier. publicSuffixMatcherMethods in org.apache.hc.client5.http.ssl with parameters of type PublicSuffixMatcher Modifier and Type Method Description (package private) static voidDefaultHostnameVerifier. matchCN(java.lang.String host, java.security.cert.X509Certificate cert, PublicSuffixMatcher publicSuffixMatcher)(package private) static voidDefaultHostnameVerifier. matchDNSName(java.lang.String host, java.util.List<SubjectName> subjectAlts, PublicSuffixMatcher publicSuffixMatcher)(package private) static booleanDefaultHostnameVerifier. matchIdentity(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher)(package private) static booleanDefaultHostnameVerifier. matchIdentity(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType)private static booleanDefaultHostnameVerifier. matchIdentity(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType, boolean strict)(package private) static booleanDefaultHostnameVerifier. matchIdentityStrict(java.lang.String host, java.lang.String identity, PublicSuffixMatcher publicSuffixMatcher)(package private) static booleanDefaultHostnameVerifier. 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)
-