| Package | Description | 
|---|---|
| org.apache.hc.client5.http.cookie | Client HTTP state management APIs. | 
| org.apache.hc.client5.http.fluent | Simple facade APIs for HttpClient based on the concept of
 a fluent interface. | 
| org.apache.hc.client5.http.impl.async | Asynchronous HTTP client API implementation that supports both
 HTTP/2 and HTTP/1.1 transport. | 
| org.apache.hc.client5.http.impl.classic | Classic HTTP client API implementation that supports HTTP/1.1 transport
 only. | 
| org.apache.hc.client5.http.protocol | HTTP protocol interceptors that enable advanced functionality
 such as HTTP state management and authentication state caching. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicCookieStoreDefault implementation of  CookieStore | 
| Modifier and Type | Method and Description | 
|---|---|
| Executor | Executor. use(CookieStore cookieStore) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpAsyncClientBuilder | HttpAsyncClientBuilder. setDefaultCookieStore(CookieStore cookieStore)Assigns default  CookieStoreinstance which will be used for
 request execution if not explicitly set in the client execution context. | 
| H2AsyncClientBuilder | H2AsyncClientBuilder. setDefaultCookieStore(CookieStore cookieStore)Assigns default  CookieStoreinstance which will be used for
 request execution if not explicitly set in the client execution context. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientBuilder | HttpClientBuilder. setDefaultCookieStore(CookieStore cookieStore)Assigns default  CookieStoreinstance which will be used for
 request execution if not explicitly set in the client execution context. | 
| Modifier and Type | Method and Description | 
|---|---|
| CookieStore | HttpClientContext. getCookieStore() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpClientContext. setCookieStore(CookieStore cookieStore) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.