Java org.apache.http.client.params CookiePolicy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.params CookiePolicy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.params CookiePolicy.

The text is from its open source code.

Field

StringBROWSER_COMPATIBILITY
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
StringNETSCAPE
The Netscape cookie draft compliant policy.
StringRFC_2109
The RFC 2109 compliant policy.
StringRFC_2965
The RFC 2965 compliant policy.
StringBEST_MATCH
The default 'best match' policy.
StringIGNORE_COOKIES
The policy that ignores cookies.