Uses of Class
org.apache.hc.client5.http.psl.PublicSuffixMatcher
Packages that use PublicSuffixMatcher
Package
Description
Standard and common HTTP cookie management policies.
Public Suffix List support classes.
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 PublicSuffixMatcherModifier and TypeMethodDescriptionstatic 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
Methods in org.apache.hc.client5.http.impl.cookie with parameters of type PublicSuffixMatcherModifier and TypeMethodDescriptionstatic CommonCookieAttributeHandlerPublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) Constructors in org.apache.hc.client5.http.impl.cookie with parameters of type PublicSuffixMatcherModifierConstructorDescriptionPublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher) RFC6265CookieSpecFactory(RFC6265CookieSpecFactory.CompatibilityLevel compatibilityLevel, PublicSuffixMatcher publicSuffixMatcher) RFC6265CookieSpecFactory(PublicSuffixMatcher publicSuffixMatcher) -
Uses of PublicSuffixMatcher in org.apache.hc.client5.http.psl
Methods in org.apache.hc.client5.http.psl that return PublicSuffixMatcherModifier and TypeMethodDescriptionstatic PublicSuffixMatcherPublicSuffixMatcherLoader.getDefault()static PublicSuffixMatcherstatic PublicSuffixMatcher -
Uses of PublicSuffixMatcher in org.apache.hc.client5.http.ssl
Constructors in org.apache.hc.client5.http.ssl with parameters of type PublicSuffixMatcher