public interface SIPIfMatchHeader extends Header
The SIP-If-Match header is used by a client (event state publisher) in
a PUBLISH request, to update previously published event state. The value is
obtained from the server in a SIPETagHeader
in a
2xx response to a previous PUBLISH.
Sample syntax:SIP-If-Match: dx200xyz
A server must ignore Headers that it does not understand. A proxy must not remove or modify Headers that it does not understand.
static final String NAME
String getETag()
void setETag(String etag) throws ParseException
etag
- the new value of the entity-tag.ParseException
- if the ETag syntax is invalid (not a valid token)Copyright © 2018. All Rights Reserved.