| 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. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CommonCookieAttributeHandlerExtension of  CookieAttributeHandlerintended
 to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.getAttributeName()method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCookieAttributeHandler | 
| class  | BasicDomainHandlerCookie  domainattribute handler. | 
| class  | BasicExpiresHandlerCookie  expiresattribute handler. | 
| class  | BasicMaxAgeHandlerCookie  max-ageattribute handler. | 
| class  | BasicPathHandlerCookie  pathattribute handler. | 
| class  | BasicSecureHandlerCookie  secureattribute handler. | 
| class  | LaxExpiresHandlerCookie  expiresattribute handler conformant to the more relaxed interpretation
 of HTTP state management. | 
| class  | LaxMaxAgeHandlerCookie  max-ageattribute handler conformant to the more relaxed interpretation
 of HTTP state management. | 
| class  | PublicSuffixDomainFilterWraps a  CookieAttributeHandlerand leverages
 its match method to never match a suffix from a black list. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CookieAttributeHandler | AbstractCookieSpec. findAttribHandler(String name)Finds an attribute handler  CookieAttributeHandlerfor the
 given attribute. | 
| protected CookieAttributeHandler | AbstractCookieSpec. getAttribHandler(String name)Gets attribute handler  CookieAttributeHandlerfor the
 given attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Collection<CookieAttributeHandler> | AbstractCookieSpec. getAttribHandlers() | 
| Constructor and Description | 
|---|
| AbstractCookieSpec(HashMap<String,CookieAttributeHandler> map) | 
| CookieSpecBase(HashMap<String,CookieAttributeHandler> map) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.