Interface ParametersHeaderExt

    • Method Detail

      • getValueWithoutParameters

        String getValueWithoutParameters()
        Get value of this header as a string, not including parameters.
        Returns:
        the header value encoded as a string
      • setValueWithoutParameters

        void setValueWithoutParameters​(String value)
                                throws ParseException
        Sets the header's value, excluding parameters, from a string. Any parameters present in the header are untouched.
        Parameters:
        value - the new header value. Any header parameters in the string are ignored
        Throws:
        ParseException - if unable to parse the new header value