Uses of Interface
org.apache.hc.client5.http.cookie.CookieStore
Packages that use CookieStore
Package
Description
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.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 CookieStoreH2AsyncClientBuilder.cookieStoreprivate final CookieStoreInternalAbstractHttpAsyncClient.cookieStoreMethods in org.apache.hc.client5.http.impl.async with parameters of type CookieStoreModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setDefaultCookieStore(CookieStore cookieStore) Assigns defaultCookieStoreinstance 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, org.apache.hc.core5.http2.nio.pool.H2ConnPool 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, org.apache.hc.core5.http2.HttpVersionPolicy versionPolicy, 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 CookieStoreHttpClientBuilder.cookieStoreprivate final CookieStoreInternalHttpClient.cookieStoreMethods in org.apache.hc.client5.http.impl.classic with parameters of type CookieStoreModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setDefaultCookieStore(CookieStore cookieStore) Assigns defaultCookieStoreinstance 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 voidResponseProcessCookies.processCookies(String exchangeId, Iterator<org.apache.hc.core5.http.Header> iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore) voidHttpClientContext.setCookieStore(CookieStore cookieStore)