| javax.sip.header.Encoding
getEncoding | public String getEncoding()(Code) | | Gets the encoding of an EncodingHeader. Returns null if no
encoding is defined in an EncodingHeader.
the string value identifing the encoding |
setEncoding | public void setEncoding(String encoding) throws ParseException(Code) | | Sets the encoding of an EncodingHeader.
Parameters: encoding - - the new string value defining the encoding. throws: ParseException - which signals that an error has been reachedunexpectedly while parsing the encoding value. |
|
|