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 | Method and Description |
---|---|
void |
CookieAttributeHandler.parse(SetCookie cookie,
String value)
Parse the given cookie attribute value and processChallenge the corresponding
Cookie property. |
Modifier and Type | Class and Description |
---|---|
class |
BasicClientCookie
Default implementation of
SetCookie . |
Modifier and Type | Method and Description |
---|---|
void |
PublicSuffixDomainFilter.parse(SetCookie cookie,
String value) |
void |
BasicMaxAgeHandler.parse(SetCookie cookie,
String value) |
void |
BasicSecureHandler.parse(SetCookie cookie,
String value) |
void |
LaxExpiresHandler.parse(SetCookie cookie,
String value) |
void |
BasicDomainHandler.parse(SetCookie cookie,
String value) |
void |
BasicExpiresHandler.parse(SetCookie cookie,
String value) |
void |
BasicHttpOnlyHandler.parse(SetCookie cookie,
String value) |
void |
LaxMaxAgeHandler.parse(SetCookie cookie,
String value) |
void |
BasicPathHandler.parse(SetCookie cookie,
String value) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.