Class CookiePolicy


  • @Deprecated
    public final class CookiePolicy
    extends Object
    Deprecated.
    (4.3) use CookieSpecs.
    Standard cookie specifications supported by HttpClient.
    Since:
    4.0
    • Field Detail

      • BROWSER_COMPATIBILITY

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

        public static final String NETSCAPE
        Deprecated.
        The Netscape cookie draft compliant policy.
        See Also:
        Constant Field Values
      • IGNORE_COOKIES

        public static final String IGNORE_COOKIES
        Deprecated.
        The policy that ignores cookies.
        Since:
        4.1-beta1
        See Also:
        Constant Field Values