OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIVACY
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PrivacyParser.java
34
*
Privacy
header parser.
40
*
Privacy
-hdr = "
Privacy
" HCOLON priv-value *(";" priv-value)
52
import gov.nist.javax.sip.header.ims.
Privacy
;
84
this.headerName(TokenTypes.
PRIVACY
);
89
Privacy
privacy
= new
Privacy
();
local
90
privacy
.setHeaderName(SIPHeaderNamesIms.
PRIVACY
);
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
Privacy.java
44
*
Privacy
SIP header - RFC 3323.
50
public class
Privacy
56
*
Privacy
type
58
private String
privacy
;
field in class:Privacy
64
public
Privacy
() {
65
super(
PRIVACY
);
69
* Constructor given a
privacy
type
70
*@param
privacy
72
public
Privacy
(String
privacy
)
[
all
...]
SIPHeaderNamesIms.java
51
public static final String
PRIVACY
= PrivacyHeader.NAME;
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java
127
public static final int
PRIVACY
= START + 78;
Lexer.java
260
TokenTypes.
PRIVACY
);
Completed in 595 milliseconds