Package org.apache.hc.client5.http.impl
Class CookieSpecSupport
java.lang.Object
org.apache.hc.client5.http.impl.CookieSpecSupport
Cookie support methods.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hc.core5.http.config.Lookup
<CookieSpecFactory> Creates the default registry, using the default public suffix matcher.static org.apache.hc.core5.http.config.Lookup
<CookieSpecFactory> createDefault
(PublicSuffixMatcher publicSuffixMatcher) Creates the default registry with the provided public suffix matcherstatic org.apache.hc.core5.http.config.RegistryBuilder
<CookieSpecFactory> Creates a builder containing the default registry entries with the default public suffix matcher.static org.apache.hc.core5.http.config.RegistryBuilder
<CookieSpecFactory> createDefaultBuilder
(PublicSuffixMatcher publicSuffixMatcher) Creates a builder containing the default registry entries, using the provided public suffix matcher.
-
Constructor Details
-
CookieSpecSupport
private CookieSpecSupport()
-
-
Method Details
-
createDefaultBuilder
public static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher) Creates a builder containing the default registry entries, using the provided public suffix matcher. -
createDefaultBuilder
public static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> createDefaultBuilder()Creates a builder containing the default registry entries with the default public suffix matcher. -
createDefault
Creates the default registry, using the default public suffix matcher. -
createDefault
public static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> createDefault(PublicSuffixMatcher publicSuffixMatcher) Creates the default registry with the provided public suffix matcher
-