| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.client.config.CookieSpecs
public final class CookieSpecs
Standard cookie specifications supported by HttpClient.
| Field Summary | |
|---|---|
| static String | BEST_MATCHDeprecated. (4.4) use {link #DEFAULT}. | 
| static String | BROWSER_COMPATIBILITYDeprecated. (4.4) use {link #DEFAULT}. | 
| static String | DEFAULTThe default policy. | 
| static String | IGNORE_COOKIESThe policy that ignores cookies. | 
| static String | NETSCAPEThe Netscape cookie draft compliant policy. | 
| static String | STANDARDThe RFC 6265 compliant policy (interoprability profile). | 
| static String | STANDARD_STRICTThe RFC 6265 compliant policy (strict profile). | 
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
@Deprecated public static final String BROWSER_COMPATIBILITY
public static final String NETSCAPE
public static final String STANDARD
public static final String STANDARD_STRICT
@Deprecated public static final String BEST_MATCH
public static final String DEFAULT
public static final String IGNORE_COOKIES
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||