public interface PrivacyHeader extends Header
Sintax:
Privacy-hdr = "Privacy" HCOLON priv-value *(";" priv-value)
priv-value = "header" / "session" / "user" /
"id" / "none" / "critical" / token
example:
Privacy: id
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Name of PrivacyHeader
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPrivacy()
Get Privacy header value
|
void |
setPrivacy(String privacy)
Set Privacy header value
|
static final String NAME
void setPrivacy(String privacy) throws ParseException
privacy - -- privacy type to set.ParseExceptionString getPrivacy()
Copyright © 2018. All Rights Reserved.