| Package | Description | 
|---|---|
| org.apache.hc.client5.http.cookie | Client HTTP state management APIs. | 
| org.apache.hc.client5.http.impl.cookie | Standard and common HTTP cookie management policies. | 
| org.apache.hc.client5.http.protocol | HTTP protocol interceptors that enable advanced functionality
 such as HTTP state management and authentication state caching. | 
| Modifier and Type | Method and Description | 
|---|---|
| CookieSpec | CookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context)Creates an instance of  CookieSpec. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCookieSpecAbstract cookie specification which can delegate the job of parsing,
 validation or matching cookie attributes to a number of arbitrary
  CookieAttributeHandlers. | 
| class  | CookieSpecBaseCookie management functions shared by all specification. | 
| class  | IgnoreSpecSpecCookieSpec that ignores all cookies | 
| class  | RFC6265CookieSpecCookie management functions shared by RFC C6265 compliant specification. | 
| class  | RFC6265LaxSpecStandard  CookieSpecimplementation 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  | RFC6265StrictSpecStandard  CookieSpecimplementation
 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 | RFC6265CookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context) | 
| CookieSpec | IgnoreCookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| CookieSpec | HttpClientContext. getCookieSpec() | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.