| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CookieAttributeHandler.parse(SetCookie cookie,
String value)
Parse the given cookie attribute value and processChallenge the corresponding
Cookie property. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicClientCookie
Default implementation of
SetCookie. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BasicMaxAgeHandler.parse(SetCookie cookie,
String value) |
void |
BasicHttpOnlyHandler.parse(SetCookie cookie,
String value) |
void |
LaxMaxAgeHandler.parse(SetCookie cookie,
String value) |
void |
BasicExpiresHandler.parse(SetCookie cookie,
String value) |
void |
BasicDomainHandler.parse(SetCookie cookie,
String value) |
void |
BasicSecureHandler.parse(SetCookie cookie,
String value) |
void |
LaxExpiresHandler.parse(SetCookie cookie,
String value) |
void |
BasicPathHandler.parse(SetCookie cookie,
String value) |
void |
PublicSuffixDomainFilter.parse(SetCookie cookie,
String value) |
Copyright © 2023. All rights reserved.