Class CookieSpecs

java.lang.Object
org.apache.http.client.config.CookieSpecs

@Immutable public final class CookieSpecs extends Object
Standard cookie specifications supported by HttpClient.
Since:
4.3
  • Field Details

    • BROWSER_COMPATIBILITY

      public static final String BROWSER_COMPATIBILITY
      The policy that provides high degree of compatibility with common cookie management of popular HTTP agents.
      See Also:
    • NETSCAPE

      public static final String NETSCAPE
      The Netscape cookie draft compliant policy.
      See Also:
    • STANDARD

      public static final String STANDARD
      The RFC 2965 compliant policy (standard).
      See Also:
    • BEST_MATCH

      public static final String BEST_MATCH
      The default 'best match' policy.
      See Also:
    • IGNORE_COOKIES

      public static final String IGNORE_COOKIES
      The policy that ignores cookies.
      See Also: