Package | Description |
---|---|
org.apache.http.client.protocol |
Additional request and response interceptors for HTTP state and
authentication management.
|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Method and Description |
---|---|
void |
ClientContextConfigurer.setCookieStore(CookieStore store) |
Modifier and Type | Class and Description |
---|---|
class |
BasicCookieStore
Default implementation of
CookieStore |
Modifier and Type | Method and Description |
---|---|
protected CookieStore |
AbstractHttpClient.createCookieStore() |
CookieStore |
AbstractHttpClient.getCookieStore() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpClient.setCookieStore(CookieStore cookieStore) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.