| |
|
| java.lang.Object gov.nist.core.GenericObject gov.nist.siplite.header.Header gov.nist.siplite.header.ParametersHeader gov.nist.siplite.header.ExtensionHeader
ExtensionHeader | public class ExtensionHeader extends ParametersHeader (Code) | | Use this class when there is no parser for parsing the given header.
|
NAME | final public static String NAME(Code) | | Extension header label.
|
valueWithoutParam | protected String valueWithoutParam(Code) | | Header field value, without parameters.
|
ExtensionHeader | public ExtensionHeader()(Code) | | Default constructor for a generic header.
|
ExtensionHeader | public ExtensionHeader(String hdrName, String hdrValue, String pureHeaderValue)(Code) | | Constructor given the name and value.
Parameters: hdrName - is the header name. Parameters: hdrValue - is the header value. Parameters: pureHeaderValue - is the header value without parameters. |
encodeBody | public String encodeBody()(Code) | | Encodes the body as a textstring.
encoded string of body contents |
getParameters | public NameValueList getParameters()(Code) | | Gets the parameter list for this extension header.
name value list for extension header field |
getValue | public Object getValue()(Code) | | Gets the value of the header without parameters.
value of extension header field |
setHeaderValue | public void setHeaderValue(String value)(Code) | | Sets the header value field.
Overloads the function from the base class.
Parameters: value - is the value field to set |
setName | public void setName(String name)(Code) | | Sets the name for a generic header.
Parameters: name - the new name to be set |
setValue | public void setValue(String value)(Code) | | Sets the value without parameters for a generic header.
Parameters: value - the new value to be set |
|
|
|