Java org.apache.http.client.config CookieSpecs fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringBROWSER_COMPATIBILITY
The policy that provides high degree of compatibility with common cookie management of popular HTTP agents.
StringNETSCAPE
The Netscape cookie draft compliant policy.
StringSTANDARD
The RFC 2965 compliant policy (standard).
StringBEST_MATCH
The default 'best match' policy.
StringIGNORE_COOKIES
The policy that ignores cookies.