| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.client.params.CookiePolicy
CookieSpecs.
@Deprecated public final class CookiePolicy
Standard cookie specifications supported by HttpClient.
| Field Summary | |
|---|---|
| static String | BEST_MATCHDeprecated. The default 'best match' policy. | 
| static String | BROWSER_COMPATIBILITYDeprecated. The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents. | 
| static String | IGNORE_COOKIESDeprecated. The policy that ignores cookies. | 
| static String | NETSCAPEDeprecated. The Netscape cookie draft compliant policy. | 
| static String | RFC_2109Deprecated. The RFC 2109 compliant policy. | 
| static String | RFC_2965Deprecated. 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 | 
|---|
public static final String BROWSER_COMPATIBILITY
public static final String NETSCAPE
public static final String RFC_2109
public static final String RFC_2965
public static final String BEST_MATCH
public static final String IGNORE_COOKIES
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||