OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WWWAuthenticate
(Results
1 - 8
of
8
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
WWWAuthenticateList.java
33
*
WWWAuthenticate
SIPHeader (of which there can be several?)
42
public class WWWAuthenticateList extends SIPHeaderList<
WWWAuthenticate
> {
56
super(
WWWAuthenticate
.class, WWWAuthenticateHeader.NAME);
WWWAuthenticate.java
37
* The
WWWAuthenticate
SIP header.
46
public class
WWWAuthenticate
58
public
WWWAuthenticate
() {
NameMap.java
135
putNameMap(WWW_AUTHENTICATE,
WWWAuthenticate
.class.getName()); //29
HeaderFactoryImpl.java
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
WWWAuthenticateParser.java
44
* @param
wwwAuthenticate
- message to parse
46
public WWWAuthenticateParser(String
wwwAuthenticate
) {
47
super(
wwwAuthenticate
);
60
* @return SIPHeader (
WWWAuthenticate
object)
68
WWWAuthenticate
wwwAuthenticate
= new
WWWAuthenticate
();
69
super.parse(
wwwAuthenticate
);
70
return
wwwAuthenticate
;
/external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java
69
headerListTable.put(
WWWAuthenticate
.class, WWWAuthenticateList.class);
SIPMessage.java
69
import gov.nist.javax.sip.header.
WWWAuthenticate
;
205
|| sipHeader instanceof
WWWAuthenticate
|| sipHeader instanceof SIPETag
[
all
...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java
25
import gov.nist.javax.sip.header.
WWWAuthenticate
;
[
all
...]
Completed in 1229 milliseconds