Package org.apache.http.client.params
Class CookiePolicy
java.lang.Object
org.apache.http.client.params.CookiePolicy
Deprecated.
Standard cookie specifications supported by HttpClient.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.The default 'best match' policy.static final String
Deprecated.The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.static final String
Deprecated.The policy that ignores cookies.static final String
Deprecated.The Netscape cookie draft compliant policy.static final String
Deprecated.The RFC 2109 compliant policy.static final String
Deprecated.The RFC 2965 compliant policy. -
Method Summary
-
Field Details
-
BROWSER_COMPATIBILITY
Deprecated.The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.- See Also:
-
NETSCAPE
Deprecated.The Netscape cookie draft compliant policy.- See Also:
-
RFC_2109
Deprecated.The RFC 2109 compliant policy.- See Also:
-
RFC_2965
Deprecated.The RFC 2965 compliant policy.- See Also:
-
BEST_MATCH
Deprecated.The default 'best match' policy.- See Also:
-
IGNORE_COOKIES
Deprecated.The policy that ignores cookies.- Since:
- 4.1-beta1
- See Also:
-
CookieSpecs
.