| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CookieSpec |
CookieSpecFactory.create(HttpContext context)
Creates an instance of
CookieSpec. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCookieSpec
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers. |
class |
CookieSpecBase
Cookie management functions shared by all specification.
|
class |
IgnoreSpecSpec
CookieSpec that ignores all cookies
|
class |
RFC6265CookieSpec
Cookie management functions shared by RFC 6265 compliant specification.
|
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). |
| 限定符和类型 | 方法和说明 |
|---|---|
CookieSpec |
RFC6265CookieSpecFactory.create(HttpContext context) |
CookieSpec |
IgnoreCookieSpecFactory.create(HttpContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
CookieSpec |
HttpClientContext.getCookieSpec() |
Copyright © 2023. All rights reserved.