Uses of Interface
org.apache.hc.client5.http.cookie.CookieStore
Packages that use CookieStore
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
Caching APIs for both the classic and the asynchronous
HTTP transports.
Client HTTP state management APIs.
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of CookieStore in org.apache.hc.client5.http
Methods in org.apache.hc.client5.http with parameters of type CookieStoreModifier and TypeMethodDescriptionAbstractClientContextBuilder.useCookieStore(CookieStore cookieStore) ContextBuilder.useCookieStore(CookieStore cookieStore) -
Uses of CookieStore in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache with parameters of type CookieStore -
Uses of CookieStore in org.apache.hc.client5.http.cookie
Classes in org.apache.hc.client5.http.cookie that implement CookieStore -
Uses of CookieStore in org.apache.hc.client5.http.fluent
Methods in org.apache.hc.client5.http.fluent with parameters of type CookieStore -
Uses of CookieStore in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async with parameters of type CookieStoreModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setDefaultCookieStore(CookieStore cookieStore) Sets defaultCookieStoreinstance which will be used for request execution if not explicitly set in the client execution context.final HttpAsyncClientBuilderHttpAsyncClientBuilder.setDefaultCookieStore(CookieStore cookieStore) Sets defaultCookieStoreinstance which will be used for request execution if not explicitly set in the client execution context. -
Uses of CookieStore in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic with parameters of type CookieStoreModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setDefaultCookieStore(CookieStore cookieStore) Sets defaultCookieStoreinstance which will be used for request execution if not explicitly set in the client execution context. -
Uses of CookieStore in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return CookieStoreModifier and TypeMethodDescriptionHttpClientContext.getCookieStore()Represents aCookieStoreused in the context of the request execution.Methods in org.apache.hc.client5.http.protocol with parameters of type CookieStore