Searched refs:WWWAuthenticate (Results 1 – 7 of 7) sorted by relevance
42 public class WWWAuthenticateList extends SIPHeaderList<WWWAuthenticate> {56 super(WWWAuthenticate.class, WWWAuthenticateHeader.NAME); in WWWAuthenticateList()
46 public class WWWAuthenticate class58 public WWWAuthenticate() { in WWWAuthenticate() method in WWWAuthenticate
135 putNameMap(WWW_AUTHENTICATE, WWWAuthenticate.class.getName()); //29 in initializeNameMap()
1114 WWWAuthenticate www = new WWWAuthenticate(); in createWWWAuthenticateHeader()
68 WWWAuthenticate wwwAuthenticate = new WWWAuthenticate(); in parse()
69 headerListTable.put(WWWAuthenticate.class, WWWAuthenticateList.class); in initializeListMap()
69 import gov.nist.javax.sip.header.WWWAuthenticate;205 || sipHeader instanceof WWWAuthenticate || sipHeader instanceof SIPETag in isResponseHeader()