|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrivacyHeader
Privacy Header RFC 3323.
Sintax:
Privacy-hdr = "Privacy" HCOLON priv-value *(";" priv-value) priv-value = "header" / "session" / "user" / "id" / "none" / "critical" / token example: Privacy: id
Field Summary | |
---|---|
static String |
NAME
Name of PrivacyHeader |
Method Summary | |
---|---|
String |
getPrivacy()
Get Privacy header value |
void |
setPrivacy(String privacy)
Set Privacy header value |
Methods inherited from interface javax.sip.header.Header |
---|
clone, equals, getName, hashCode, toString |
Field Detail |
---|
static final String NAME
Method Detail |
---|
void setPrivacy(String privacy) throws ParseException
privacy
- -- privacy type to set.
ParseException
String getPrivacy()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |