Class StandardCookieSpec
java.lang.Object
org.apache.hc.client5.http.cookie.StandardCookieSpec
Cookie specifications by their names supported by the HttpClient.
- Since:
- 4.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RELAXED
The RFC 6265 compliant policy (interoperability profile).- See Also:
-
STRICT
The RFC 6265 compliant policy (strict profile).- Since:
- 4.4
- See Also:
-
IGNORE
The policy that ignores cookies.- See Also:
-
-
Constructor Details
-
StandardCookieSpec
private StandardCookieSpec()
-