public final class

CookiePolicy

extends Object
java.lang.Object
   ↳org.apache.http.client.params.CookiePolicy

Summary

Constants
StringBEST_MATCHThe default 'best match' policy.
StringBROWSER_COMPATIBILITYThe policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
StringNETSCAPEThe Netscape cookie draft compliant policy.
StringRFC_2109The RFC 2109 compliant policy.
StringRFC_2965The RFC 2965 compliant policy.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BEST_MATCH

Since: API Level 1

The default 'best match' policy.

Constant Value: "best-match"

public static final String BROWSER_COMPATIBILITY

Since: API Level 1

The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.

Constant Value: "compatibility"

public static final String NETSCAPE

Since: API Level 1

The Netscape cookie draft compliant policy.

Constant Value: "netscape"

public static final String RFC_2109

Since: API Level 1

The RFC 2109 compliant policy.

Constant Value: "rfc2109"

public static final String RFC_2965

Since: API Level 1

The RFC 2965 compliant policy.

Constant Value: "rfc2965"