NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.header.ims
Interface PrivacyHeader

All Superinterfaces:
Cloneable, Header, Parameters, Serializable
All Known Implementing Classes:
Privacy

public interface PrivacyHeader
extends Parameters, Header

Privacy Header RFC 3323.

 
 Privacy-hdr 	= "Privacy" HCOLON priv-value *(";" priv-value)
 priv-value 	= "header" / "session" / "user" / 
 					"id" / "none" / "critical" / token
 
 example: 
 		Privacy: id
 

Author:
Jose Miguel Freitas 23875

Field Summary
static String NAME
          Name of PrivacyHeader
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

public static final String NAME
Name of PrivacyHeader

See Also:
Constant Field Values

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.