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. |
Constructor and Description |
---|
InternalHttpClient(ClientExecChain execChain,
HttpClientConnectionManager connManager,
HttpRoutePlanner routePlanner,
Lookup<CookieSpecProvider> cookieSpecRegistry,
Lookup<AuthSchemeProvider> authSchemeRegistry,
CookieStore cookieStore,
CredentialsProvider credentialsProvider,
RequestConfig defaultConfig,
java.util.List<java.io.Closeable> closeables) |