Org.Apache.Http.Client.Params.CookiePolicy: Field Members

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

Public Fields

const
BestMatchstring. The default 'best match' policy.
const
BrowserCompatibilitystring. The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
const
Netscapestring. The Netscape cookie draft compliant policy.
const
Rfc2109string. The RFC 2109 compliant policy.
const
Rfc2965string. The RFC 2965 compliant policy.