java.lang.Object | |
↳ | org.apache.http.client.params.CookiePolicy |
Standard cookie specifications supported by HttpClient.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BEST_MATCH | The default 'best match' policy. | |||||||||
String | BROWSER_COMPATIBILITY | The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents. | |||||||||
String | IGNORE_COOKIES | The policy that ignores cookies. | |||||||||
String | NETSCAPE | The Netscape cookie draft compliant policy. | |||||||||
String | RFC_2109 | The RFC 2109 compliant policy. | |||||||||
String | RFC_2965 | The RFC 2965 compliant policy. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The default 'best match' policy.
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
The policy that ignores cookies.
The Netscape cookie draft compliant policy.
The RFC 2109 compliant policy.
The RFC 2965 compliant policy.