Searched refs:currentTransaction (Results 1 – 1 of 1) sorted by relevance
1149 SIPServerTransaction currentTransaction; in newSIPServerRequest() local1155 currentTransaction = (SIPServerTransaction) serverTransactionTable.get(key); in newSIPServerRequest()1158 if (currentTransaction == null in newSIPServerRequest()1159 || !currentTransaction.isMessagePartOfTransaction(requestReceived)) { in newSIPServerRequest()1163 currentTransaction = null; in newSIPServerRequest()1165 while (transactionIterator.hasNext() && currentTransaction == null) { in newSIPServerRequest()1173 currentTransaction = nextTransaction; in newSIPServerRequest()1179 if (currentTransaction == null) { in newSIPServerRequest()1180 currentTransaction = findPendingTransaction(requestReceived); in newSIPServerRequest()1181 if (currentTransaction != null) { in newSIPServerRequest()[all …]