Package org.apache.hc.client5.http.impl
Class CookieSpecSupport
- java.lang.Object
-
- org.apache.hc.client5.http.impl.CookieSpecSupport
-
@Internal public final class CookieSpecSupport extends java.lang.Object
Cookie support methods.- Since:
- 5.0
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CookieSpecSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory>
createDefault()
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>
createDefaultBuilder()
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.
-
-
-
Method Detail
-
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
public static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> 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
-
-