Interface HttpCookiePair

    • Method Detail

      • isWrapped

        boolean isWrapped()
        Returns true if the value should be wrapped in DQUOTE as described in cookie-value.
        Returns:
        true if the value should be wrapped in DQUOTE as described in cookie-value.
      • encoded

        java.lang.CharSequence encoded()
        Get the encoded value of this HttpCookiePair.
        Returns:
        the encoded value of this HttpCookiePair.