Uses of Interface
org.apache.http.cookie.CookieSpecProvider
Packages that use CookieSpecProvider
Package
Description
Client specific HTTP protocol handlers.
Client HTTP state management APIs.
Default HTTP client implementation.
Default implementations of standard and common HTTP state
management policies.
-
Uses of CookieSpecProvider in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return types with arguments of type CookieSpecProviderModifier and TypeMethodDescriptionorg.apache.http.config.Lookup<CookieSpecProvider> HttpClientContext.getCookieSpecRegistry()Method parameters in org.apache.http.client.protocol with type arguments of type CookieSpecProviderModifier and TypeMethodDescriptionvoidHttpClientContext.setCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> lookup) -
Uses of CookieSpecProvider in org.apache.http.cookie
Classes in org.apache.http.cookie that implement interfaces with type arguments of type CookieSpecProviderMethods in org.apache.http.cookie that return CookieSpecProviderModifier and TypeMethodDescriptionDeprecated. -
Uses of CookieSpecProvider in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return types with arguments of type CookieSpecProviderModifier and TypeMethodDescriptionstatic org.apache.http.config.Lookup<CookieSpecProvider> CookieSpecRegistries.createDefault()Creates the default registry, using the default public suffix matcher.static org.apache.http.config.Lookup<CookieSpecProvider> CookieSpecRegistries.createDefault(PublicSuffixMatcher publicSuffixMatcher) Creates the default registry with the provided public suffix matcherstatic org.apache.http.config.RegistryBuilder<CookieSpecProvider> CookieSpecRegistries.createDefaultBuilder()Creates a builder containing the default registry entries with the default public suffix matcher.static org.apache.http.config.RegistryBuilder<CookieSpecProvider> CookieSpecRegistries.createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher) Creates a builder containing the default registry entries, using the provided public suffix matcher.Method parameters in org.apache.http.impl.client with type arguments of type CookieSpecProviderModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setDefaultCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> cookieSpecRegistry) Assigns defaultCookieSpecregistry which will be used for request execution if not explicitly set in the client execution context. -
Uses of CookieSpecProvider in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieSpecProviderModifier and TypeClassDescriptionclassDeprecated.(4.4) useDefaultCookieSpecProvider.classDeprecated.(4.4) useDefaultCookieSpecProvider.classCookieSpecProviderimplementation that provides an instance ofDefaultCookieSpec.classDeprecated.(4.4) UseIgnoreSpecProvider.classCookieSpecProviderimplementation that ignores all cookies.classDeprecated.(4.4) UseNetscapeDraftSpecProvider.classCookieSpecProviderimplementation that provides an instance ofNetscapeDraftSpec.classDeprecated.(4.4) UseRFC2109SpecProvider.classCookieSpecProviderimplementation that provides an instance ofRFC2109Spec.classDeprecated.(4.4) UseRFC2965SpecProvider.classCookieSpecProviderimplementation that provides an instance ofRFC2965Spec.classCookieSpecProviderimplementation that provides an instance of RFC 6265 conformant cookie policy.
Registry.