Package org.apache.http.impl.client
Class CookieSpecRegistries
java.lang.Object
org.apache.http.impl.client.CookieSpecRegistries
- Since:
- 4.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic Lookup
<CookieSpecProvider> Creates the default registry, using the default public suffix matcher.static Lookup
<CookieSpecProvider> createDefault
(PublicSuffixMatcher publicSuffixMatcher) Creates the default registry with the provided public suffix matcherstatic RegistryBuilder
<CookieSpecProvider> Creates a builder containing the default registry entries with the default public suffix matcher.static RegistryBuilder
<CookieSpecProvider> createDefaultBuilder
(PublicSuffixMatcher publicSuffixMatcher) Creates a builder containing the default registry entries, using the provided public suffix matcher.
-
Method Details
-
createDefaultBuilder
public static RegistryBuilder<CookieSpecProvider> createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher) Creates a builder containing the default registry entries, using the provided public suffix matcher. -
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
Creates the default registry with the provided public suffix matcher
-