Package org.apache.http.client.params
Class CookiePolicy
java.lang.Object
org.apache.http.client.params.CookiePolicy
public final class CookiePolicy extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringBEST_MATCHThe default 'best match' policy.static StringBROWSER_COMPATIBILITYThe policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.static StringNETSCAPEThe Netscape cookie draft compliant policy.static StringRFC_2109The RFC 2109 compliant policy.static StringRFC_2965The RFC 2965 compliant policy. -
Method Summary
-
Field Details
-
BROWSER_COMPATIBILITY
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.- See Also:
- Constant Field Values
-
NETSCAPE
The Netscape cookie draft compliant policy.- See Also:
- Constant Field Values
-
RFC_2109
The RFC 2109 compliant policy.- See Also:
- Constant Field Values
-
RFC_2965
The RFC 2965 compliant policy.- See Also:
- Constant Field Values
-
BEST_MATCH
The default 'best match' policy.- See Also:
- Constant Field Values
-