HomeSort by relevance Sort by last modified time
    Searched refs:authHeaders (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 67 List<AuthorizationHeader> authHeaders = authorizationHeaders.get(callId);
68 if (authHeaders == null) {
69 authHeaders = new LinkedList<AuthorizationHeader>();
70 authorizationHeaders.put(callId, authHeaders);
73 for (ListIterator<AuthorizationHeader> li = authHeaders.listIterator(); li.hasNext();) {
81 authHeaders.add(authorization);