Searched refs:transactionIterator (Results 1 – 1 of 1) sorted by relevance
1145 Iterator<SIPServerTransaction> transactionIterator; in newSIPServerRequest() local1162 transactionIterator = serverTransactionTable.values().iterator(); in newSIPServerRequest()1165 while (transactionIterator.hasNext() && currentTransaction == null) { in newSIPServerRequest()1167 nextTransaction = (SIPServerTransaction) transactionIterator.next(); in newSIPServerRequest()1251 Iterator<SIPClientTransaction> transactionIterator; in newSIPServerResponse() local1269 transactionIterator = clientTransactionTable.values().iterator(); in newSIPServerResponse()1271 while (transactionIterator.hasNext() && currentTransaction == null) { in newSIPServerResponse()1273 nextTransaction = (SIPClientTransaction) transactionIterator.next(); in newSIPServerResponse()