| Package | Description |
|---|---|
| org.apache.http.client.protocol |
Additional request and response interceptors for HTTP state and
authentication management.
|
| org.apache.http.cookie |
The API for client-side state management via cookies.
|
| org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client. |
| org.apache.http.impl.cookie |
Default implementations for interfaces in
org.apache.http.cookie. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.config.Lookup<CookieSpecProvider> |
HttpClientContext.getCookieSpecRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientContext.setCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> lookup) |
| Modifier and Type | Method and Description |
|---|---|
CookieSpecProvider |
CookieSpecRegistry.lookup(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.setDefaultCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> cookieSpecRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
BestMatchSpecFactory
CookieSpecProvider implementation that creates and initializes
BestMatchSpec instances. |
class |
BrowserCompatSpecFactory
CookieSpecProvider implementation that creates and initializes
BrowserCompatSpec instances. |
class |
IgnoreSpecFactory
CookieSpecProvider implementation that ignores all cookies. |
class |
NetscapeDraftSpecFactory
CookieSpecProvider implementation that creates and initializes
NetscapeDraftSpec instances. |
class |
RFC2109SpecFactory
CookieSpecProvider implementation that creates and initializes
RFC2109Spec instances. |
class |
RFC2965SpecFactory
CookieSpecProvider implementation that creates and initializes
RFC2965Spec instances. |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.