Package org.apache.http.client.config
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
The Netscape cookie draft compliant policy.- See Also:
-
STANDARD
The RFC 2965 compliant policy (standard).- See Also:
-
BEST_MATCH
The default 'best match' policy.- See Also:
-
IGNORE_COOKIES
The policy that ignores cookies.- See Also:
-