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 String
Deprecated.(4.4) use {link #DEFAULT}.static final String
Deprecated.(4.4) use {link #DEFAULT}.static final String
The default policy.static final String
The policy that ignores cookies.static final String
The Netscape cookie draft compliant policy.static final String
The RFC 6265 compliant policy (interoprability profile).static final String
The RFC 6265 compliant policy (strict profile). -
Method Summary
-
Field Details
-
BROWSER_COMPATIBILITY
Deprecated.(4.4) use {link #DEFAULT}.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 6265 compliant policy (interoprability profile).- See Also:
-
STANDARD_STRICT
The RFC 6265 compliant policy (strict profile).- Since:
- 4.4
- See Also:
-
BEST_MATCH
Deprecated.(4.4) use {link #DEFAULT}.The default 'best match' policy.- See Also:
-
DEFAULT
The default policy. This policy provides a higher degree of compatibility with common cookie management of popular HTTP agents for non-standard (Netscape style) cookies.- See Also:
-
IGNORE_COOKIES
The policy that ignores cookies.- See Also:
-