Class StandardCookieSpec
- java.lang.Object
-
- org.apache.hc.client5.http.cookie.StandardCookieSpec
-
public final class StandardCookieSpec extends java.lang.Object
Cookie specifications by their names supported by the HttpClient.- Since:
- 4.3
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StandardCookieSpec()
-
-
-
Field Detail
-
RELAXED
public static final java.lang.String RELAXED
The RFC 6265 compliant policy (interoperability profile).- See Also:
- Constant Field Values
-
STRICT
public static final java.lang.String STRICT
The RFC 6265 compliant policy (strict profile).- Since:
- 4.4
- See Also:
- Constant Field Values
-
IGNORE
public static final java.lang.String IGNORE
The policy that ignores cookies.- See Also:
- Constant Field Values
-
-