Package | Description |
---|---|
org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Modifier and Type | Method and Description |
---|---|
CookieStore |
HttpClientContext.getCookieStore() |
Modifier and Type | Method and Description |
---|---|
void |
ClientContextConfigurer.setCookieStore(CookieStore store)
Deprecated.
|
void |
HttpClientContext.setCookieStore(CookieStore cookieStore) |
Modifier and Type | Class and Description |
---|---|
class |
BasicCookieStore
Default implementation of
CookieStore |
Modifier and Type | Method and Description |
---|---|
protected CookieStore |
AbstractHttpClient.createCookieStore()
Deprecated.
|
CookieStore |
AbstractHttpClient.getCookieStore()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpClient.setCookieStore(CookieStore cookieStore)
Deprecated.
|
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. |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.