OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROT
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
ParameterNamesIms.java
72
public static final String
PROT
= "
prot
";
SecurityAgree.java
168
* Set Protocol (
prot
paramater)
169
* @param
prot
- protocol value
172
public void setProtocol(String
prot
) throws ParseException {
173
if (
prot
== null)
177
setParameter(ParameterNamesIms.
PROT
,
prot
);
290
* @return
prot
parameter value
293
return getParameter(ParameterNamesIms.
PROT
);
Completed in 35 milliseconds