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 org.apache.http.config.Lookup
<CookieSpecProvider> Creates the default registry, using the default public suffix matcher.static org.apache.http.config.Lookup
<CookieSpecProvider> createDefault
(PublicSuffixMatcher publicSuffixMatcher) Creates the default registry with the provided public suffix matcherstatic org.apache.http.config.RegistryBuilder
<CookieSpecProvider> Creates a builder containing the default registry entries with the default public suffix matcher.static org.apache.http.config.RegistryBuilder
<CookieSpecProvider> createDefaultBuilder
(PublicSuffixMatcher publicSuffixMatcher) Creates a builder containing the default registry entries, using the provided public suffix matcher.
-
Method Details
-
createDefaultBuilder
public static org.apache.http.config.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
public static org.apache.http.config.Lookup<CookieSpecProvider> createDefault(PublicSuffixMatcher publicSuffixMatcher) Creates the default registry with the provided public suffix matcher
-