Searched refs:requestReceived (Results 1 – 1 of 1) sorted by relevance
1025 public SIPServerTransaction findPendingTransaction(SIPRequest requestReceived) { in findPendingTransaction() argument1028 + requestReceived.getTransactionId()); in findPendingTransaction()1030 return (SIPServerTransaction) pendingTransactions.get(requestReceived.getTransactionId()); in findPendingTransaction()1142 public ServerRequestInterface newSIPServerRequest(SIPRequest requestReceived, in newSIPServerRequest() argument1151 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 …]