Home
last modified time | relevance | path

Searched refs:nextTransaction (Results 1 – 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java1147 SIPServerTransaction nextTransaction; in newSIPServerRequest() local
1167 nextTransaction = (SIPServerTransaction) transactionIterator.next(); in newSIPServerRequest()
1170 if (nextTransaction.isMessagePartOfTransaction(requestReceived)) { in newSIPServerRequest()
1173 currentTransaction = nextTransaction; in newSIPServerRequest()
1253 SIPClientTransaction nextTransaction; in newSIPServerResponse() local
1273 nextTransaction = (SIPClientTransaction) transactionIterator.next(); in newSIPServerResponse()
1276 if (nextTransaction.isMessagePartOfTransaction(responseReceived)) { in newSIPServerResponse()
1280 currentTransaction = nextTransaction; in newSIPServerResponse()