Interface HeaderExt

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getValue()
      Get value of this header as a string.
      void setValue​(String value)
      Sets the header's value from a string.
      • Methods inherited from interface javax.sip.header.Header

        clone, equals, getName, hashCode, toString
    • 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