Class ClientCookieDecoder

    • Field Detail

      • STRICT

        public static final ClientCookieDecoder STRICT
        Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
      • LAX

        public static final ClientCookieDecoder LAX
        Lax instance that doesn't validate name and value
    • Method Detail

      • decode

        public Cookie decode​(String header)
        Decodes the specified Set-Cookie HTTP header value into a Cookie.
        Returns:
        the decoded Cookie