Searched refs:WWWAuthenticate (Results 1 - 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWWWAuthenticateList.java33 * WWWAuthenticate SIPHeader (of which there can be several?)
42 public class WWWAuthenticateList extends SIPHeaderList<WWWAuthenticate> {
56 super(WWWAuthenticate.class, WWWAuthenticateHeader.NAME);
H A DWWWAuthenticate.java37 * The WWWAuthenticate SIP header.
46 public class WWWAuthenticate class in inherits:AuthenticationHeader,WWWAuthenticateHeader,WWWAuthenticateHeaderIms
58 public WWWAuthenticate() { method in class:WWWAuthenticate
H A DNameMap.java135 putNameMap(WWW_AUTHENTICATE, WWWAuthenticate.class.getName()); //29
H A DHeaderFactoryImpl.java1114 WWWAuthenticate www = new WWWAuthenticate();
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DWWWAuthenticateParser.java60 * @return SIPHeader (WWWAuthenticate object)
68 WWWAuthenticate wwwAuthenticate = new WWWAuthenticate();
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DListMap.java69 headerListTable.put(WWWAuthenticate.class, WWWAuthenticateList.class);
H A DSIPMessage.java69 import gov.nist.javax.sip.header.WWWAuthenticate;
205 || sipHeader instanceof WWWAuthenticate || sipHeader instanceof SIPETag

Completed in 143 milliseconds