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.
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
Fields in org.apache.hc.client5.http declared as CookieStoreMethods in org.apache.hc.client5.http 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
Fields in org.apache.hc.client5.http.fluent declared as CookieStoreMethods in org.apache.hc.client5.http.fluent with parameters of type CookieStore -
Uses of CookieStore in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as CookieStoreModifier and TypeFieldDescriptionprivate CookieStore
H2AsyncClientBuilder.cookieStore
private CookieStore
HttpAsyncClientBuilder.cookieStore
private final CookieStore
InternalAbstractHttpAsyncClient.cookieStore
Methods in org.apache.hc.client5.http.impl.async with parameters of type CookieStoreModifier and TypeMethodDescriptionfinal H2AsyncClientBuilder
H2AsyncClientBuilder.setDefaultCookieStore
(CookieStore cookieStore) Assigns defaultCookieStore
instance which will be used for request execution if not explicitly set in the client execution context.final HttpAsyncClientBuilder
HttpAsyncClientBuilder.setDefaultCookieStore
(CookieStore cookieStore) Assigns defaultCookieStore
instance which will be used for request execution if not explicitly set in the client execution context.Constructors in org.apache.hc.client5.http.impl.async with parameters of type CookieStoreModifierConstructorDescription(package private)
InternalAbstractHttpAsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, AsyncExecChainElement execChain, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)
InternalH2AsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, InternalH2ConnPool connPool, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)
InternalHttpAsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, AsyncClientConnectionManager manager, HttpRoutePlanner routePlanner, TlsConfig tlsConfig, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) -
Uses of CookieStore in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as CookieStoreModifier and TypeFieldDescriptionprivate CookieStore
HttpClientBuilder.cookieStore
private final CookieStore
InternalHttpClient.cookieStore
Methods in org.apache.hc.client5.http.impl.classic with parameters of type CookieStoreModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setDefaultCookieStore
(CookieStore cookieStore) Assigns defaultCookieStore
instance which will be used for request execution if not explicitly set in the client execution context.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type CookieStoreModifierConstructorDescriptionInternalHttpClient
(HttpClientConnectionManager connManager, org.apache.hc.core5.http.impl.io.HttpRequestExecutor requestExecutor, ExecChainElement execChain, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) -
Uses of CookieStore in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return CookieStoreMethods in org.apache.hc.client5.http.protocol with parameters of type CookieStoreModifier and TypeMethodDescriptionprivate void
ResponseProcessCookies.processCookies
(String exchangeId, Iterator<org.apache.hc.core5.http.Header> iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore) void
HttpClientContext.setCookieStore
(CookieStore cookieStore)