Class CookieSpecs
java.lang.Object
org.apache.http.client.config.CookieSpecs
Standard cookie specifications supported by HttpClient.
- Since:
- 4.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default 'best match' policy.static final StringThe policy that provides high degree of compatibility with common cookie management of popular HTTP agents.static final StringThe policy that ignores cookies.static final StringThe Netscape cookie draft compliant policy.static final StringThe RFC 2965 compliant policy (standard). -
Method Summary
-
Field Details
-
BROWSER_COMPATIBILITY
The policy that provides high degree of compatibility with common cookie management of popular HTTP agents.- See Also:
-
NETSCAPE
-
STANDARD
-
BEST_MATCH
-
IGNORE_COOKIES
-