The fields of Org.Apache.Http.Client.Params.CookiePolicy are listed below. For a list of all members, see the CookiePolicy Members list.
See Also: Inherited members from Java.Lang.Object
const | BestMatch | string. The default 'best match' policy. |
const | BrowserCompatibility | string. The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents. |
const | Netscape | string. The Netscape cookie draft compliant policy. |
const | Rfc2109 | string. The RFC 2109 compliant policy. |
const | Rfc2965 | string. The RFC 2965 compliant policy. |