Searched refs:cacheTime (Results 1 – 3 of 3) sorted by relevance
62 AuthorizationHeader authorization, int cacheTime) { in cacheAuthorizationHeader() argument84 if ( cacheTime != -1) in cacheAuthorizationHeader()85 this.timer.schedule(timeoutTask, cacheTime*1000); in cacheAuthorizationHeader()
57 SipProvider transactionCreator, int cacheTime ) throws SipException, in handleChallenge() argument
126 ClientTransaction challengedTransaction, SipProvider transactionCreator, int cacheTime) in handleChallenge() argument259 if (cacheTime != 0) in handleChallenge()261 authorization, cacheTime); in handleChallenge()