Interface HeaderExt

    • Method Detail

      • getValue

        String getValue()
        Get value of this header as a string.
        Returns:
        the header value encoded as a string
      • setValue

        void setValue​(String value)
               throws ParseException
        Sets the header's value from a string.
        Parameters:
        value - the new header value.
        Throws:
        ParseException - if unable to parse the new header value