| Package | Description | 
|---|---|
| org.apache.http.client.protocol | 
 Client specific HTTP protocol handlers. 
 | 
| org.apache.http.cookie | 
 Client HTTP state management APIs. 
 | 
| org.apache.http.impl.cookie | 
 Default implementations of standard and common HTTP state
 management policies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CookieSpec | 
HttpClientContext.getCookieSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
CookieSpec | 
CookieSpecProvider.create(HttpContext context)
Creates an instance of  
CookieSpec. | 
CookieSpec | 
CookieSpecRegistry.getCookieSpec(java.lang.String name)
Deprecated.  
Gets the  
cookie specification with the given name. | 
CookieSpec | 
CookieSpecRegistry.getCookieSpec(java.lang.String name,
             HttpParams params)
Deprecated.  
Gets the  
cookie specification with the given ID. | 
CookieSpec | 
CookieSpecFactory.newInstance(HttpParams params)
Deprecated.  
Creates an instance of  
CookieSpec using given HTTP parameters. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCookieSpec
Abstract cookie specification which can delegate the job of parsing,
 validation or matching cookie attributes to a number of arbitrary
  
CookieAttributeHandlers. | 
class  | 
BestMatchSpec
Deprecated. 
 
(4.4) use  
DefaultCookieSpec. | 
class  | 
BrowserCompatSpec
Deprecated. 
 
(4.4) use  
DefaultCookieSpec. | 
class  | 
CookieSpecBase
Cookie management functions shared by all specification. 
 | 
class  | 
DefaultCookieSpec
Default cookie specification that picks up the best matching cookie policy based on
 the format of cookies sent with the HTTP response. 
 | 
class  | 
IgnoreSpec
CookieSpec that ignores all cookies 
 | 
class  | 
NetscapeDraftSpec
This  
CookieSpec implementation conforms to
 the original draft specification published by Netscape Communications. | 
class  | 
RFC2109Spec
RFC 2109 compliant  
CookieSpec implementation. | 
class  | 
RFC2965Spec
RFC 2965 compliant  
CookieSpec implementation. | 
class  | 
RFC6265CookieSpec
Cookie management functions shared by RFC C6265 compliant specification. 
 | 
(package private) class  | 
RFC6265CookieSpecBase  | 
class  | 
RFC6265LaxSpec
Standard  
CookieSpec implementation that enforces a more relaxed
 interpretation of the HTTP state management specification (RFC 6265, section 5)
 for interoperability with existing servers that do not conform to the well behaved profile
 (RFC 6265, section 4). | 
class  | 
RFC6265StrictSpec
Standard  
CookieSpec implementation that enforces syntax
 and semantics of the well-behaved profile of the HTTP state management specification
 (RFC 6265, section 4). | 
| Modifier and Type | Method and Description | 
|---|---|
CookieSpec | 
BrowserCompatSpecFactory.create(HttpContext context)
Deprecated.  
  | 
CookieSpec | 
IgnoreSpecFactory.create(HttpContext context)
Deprecated.  
  | 
CookieSpec | 
RFC2965SpecFactory.create(HttpContext context)
Deprecated.  
  | 
CookieSpec | 
RFC2109SpecFactory.create(HttpContext context)
Deprecated.  
  | 
CookieSpec | 
NetscapeDraftSpecFactory.create(HttpContext context)
Deprecated.  
  | 
CookieSpec | 
BestMatchSpecFactory.create(HttpContext context)
Deprecated.  
  | 
CookieSpec | 
RFC2109SpecProvider.create(HttpContext context)  | 
CookieSpec | 
DefaultCookieSpecProvider.create(HttpContext context)  | 
CookieSpec | 
RFC2965SpecProvider.create(HttpContext context)  | 
CookieSpec | 
NetscapeDraftSpecProvider.create(HttpContext context)  | 
CookieSpec | 
IgnoreSpecProvider.create(HttpContext context)  | 
CookieSpec | 
RFC6265CookieSpecProvider.create(HttpContext context)  | 
CookieSpec | 
BrowserCompatSpecFactory.newInstance(HttpParams params)
Deprecated.  
  | 
CookieSpec | 
IgnoreSpecFactory.newInstance(HttpParams params)
Deprecated.  
  | 
CookieSpec | 
RFC2965SpecFactory.newInstance(HttpParams params)
Deprecated.  
  | 
CookieSpec | 
RFC2109SpecFactory.newInstance(HttpParams params)
Deprecated.  
  | 
CookieSpec | 
NetscapeDraftSpecFactory.newInstance(HttpParams params)
Deprecated.  
  | 
CookieSpec | 
BestMatchSpecFactory.newInstance(HttpParams params)
Deprecated.  
  |