| Package | Description |
|---|---|
| org.apache.hc.client5.http.cookie |
Client HTTP state management APIs.
|
| org.apache.hc.client5.http.impl.async | |
| org.apache.hc.client5.http.impl.classic |
Default HTTP client implementation.
|
| org.apache.hc.client5.http.protocol |
Client specific HTTP protocol handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCookieStore
Default implementation of
CookieStore |
| Modifier and Type | Method and Description |
|---|---|
HttpAsyncClientBuilder |
HttpAsyncClientBuilder.setDefaultCookieStore(CookieStore cookieStore)
Assigns default
CookieStore instance which will be used for
request execution if not explicitly set in the client execution context. |
Http2AsyncClientBuilder |
Http2AsyncClientBuilder.setDefaultCookieStore(CookieStore cookieStore)
Assigns default
CookieStore instance 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
CookieStore instance 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–2018 The Apache Software Foundation. All rights reserved.