public interface SIPETagHeader extends Header
The SIP-ETag header is used by a server (event state collector) in a 2xx
response to PUBLISH in order to convey a unique entity tag for the published
state. The client may then use this tag in a
SIPIfMatchHeader
to update previously published
state.
Sample syntax:SIP-ETag: 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-tagParseException
- if the ETag syntax is invalid (not a valid token)Copyright © 2017. All Rights Reserved.