org.apache.http.client.params
Class CookiePolicy

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

@Immutable
public final class CookiePolicy
extends Object

Standard cookie specifications supported by HttpClient.

Since:
4.0

Field Summary
static String BEST_MATCH
          The default 'best match' policy.
static String BROWSER_COMPATIBILITY
          The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
static String NETSCAPE
          The Netscape cookie draft compliant policy.
static String RFC_2109
          The RFC 2109 compliant policy.
static String RFC_2965
          The RFC 2965 compliant policy.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER_COMPATIBILITY

public static final String BROWSER_COMPATIBILITY
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.

See Also:
Constant Field Values

NETSCAPE

public static final String NETSCAPE
The Netscape cookie draft compliant policy.

See Also:
Constant Field Values

RFC_2109

public static final String RFC_2109
The RFC 2109 compliant policy.

See Also:
Constant Field Values

RFC_2965

public static final String RFC_2965
The RFC 2965 compliant policy.

See Also:
Constant Field Values

BEST_MATCH

public static final String BEST_MATCH
The default 'best match' policy.

See Also:
Constant Field Values


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.