java.lang.Object | |
↳ | org.apache.http.client.params.CookiePolicy |
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 | 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The default 'best match' policy.
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
The Netscape cookie draft compliant policy.
The RFC 2109 compliant policy.
The RFC 2965 compliant policy.