Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java1025 public SIPServerTransaction findPendingTransaction(SIPRequest requestReceived) { in findPendingTransaction() argument
1028 + requestReceived.getTransactionId()); in findPendingTransaction()
1030 return (SIPServerTransaction) pendingTransactions.get(requestReceived.getTransactionId()); in findPendingTransaction()
1142 public ServerRequestInterface newSIPServerRequest(SIPRequest requestReceived, in newSIPServerRequest() argument
1151 String key = requestReceived.getTransactionId(); in newSIPServerRequest()
1153 requestReceived.setMessageChannel(requestMessageChannel); in newSIPServerRequest()
1159 || !currentTransaction.isMessagePartOfTransaction(requestReceived)) { in newSIPServerRequest()
1170 if (nextTransaction.isMessagePartOfTransaction(requestReceived)) { in newSIPServerRequest()
1180 currentTransaction = findPendingTransaction(requestReceived); in newSIPServerRequest()
1183 requestReceived.setTransaction(currentTransaction); in newSIPServerRequest()
[all …]