Android
org.apache.http.client.params
public final class

org.apache.http.client.params.CookiePolicy

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

Summary

Constants

      Value  
String  BEST_MATCH  The default 'best match' policy.  "best-match" 
String  BROWSER_COMPATIBILITY  The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.  "compatibility" 
String  NETSCAPE  The Netscape cookie draft compliant policy.  "netscape" 
String  RFC_2109  The RFC 2109 compliant policy.  "rfc2109" 
String  RFC_2965  The RFC 2965 compliant policy.  "rfc2965" 
Methods inherited from class java.lang.Object

Details

Constants

public static final String BEST_MATCH

The default 'best match' policy.
Constant Value: "best-match"

public static final String BROWSER_COMPATIBILITY

The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
Constant Value: "compatibility"

public static final String NETSCAPE

The Netscape cookie draft compliant policy.
Constant Value: "netscape"

public static final String RFC_2109

The RFC 2109 compliant policy.
Constant Value: "rfc2109"

public static final String RFC_2965

The RFC 2965 compliant policy.
Constant Value: "rfc2965"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56