Class StandardCookieSpec


  • public final class StandardCookieSpec
    extends java.lang.Object
    Cookie specifications by their names supported by the HttpClient.
    Since:
    4.3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IGNORE
      The policy that ignores cookies.
      static java.lang.String RELAXED
      The RFC 6265 compliant policy (interoperability profile).
      static java.lang.String STRICT
      The RFC 6265 compliant policy (strict profile).
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StandardCookieSpec()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RELAXED

        public static final java.lang.String RELAXED
        The RFC 6265 compliant policy (interoperability profile).
        See Also:
        Constant Field Values
      • STRICT

        public static final java.lang.String STRICT
        The RFC 6265 compliant policy (strict profile).
        Since:
        4.4
        See Also:
        Constant Field Values
      • IGNORE

        public static final java.lang.String IGNORE
        The policy that ignores cookies.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StandardCookieSpec

        private StandardCookieSpec()