Searched refs:transactionChannel (Results 1 – 2 of 2) sorted by relevance
77 retval.transactionChannel = (SIPTransaction) messageChannel; in newSIPServerRequest()135 retval.transactionChannel = tr; in newSIPServerResponse()
91 protected SIPTransaction transactionChannel; field in DialogFilter265 + transactionChannel + " listening point = " in processRequest()274 SipStackImpl sipStack = (SipStackImpl) transactionChannel.getSIPStack(); in processRequest()288 SIPServerTransaction transaction = (SIPServerTransaction) this.transactionChannel; in processRequest()1154 SIPClientTransaction transaction = (SIPClientTransaction) this.transactionChannel; in processResponse()1309 SIPClientTransaction transaction = (SIPClientTransaction) this.transactionChannel; in processResponse()1324 if (this.transactionChannel != null) { in processResponse()1325 String originalFrom = ((SIPRequest) this.transactionChannel.getRequest()) in processResponse()1344 if (this.transactionChannel != null) { in processResponse()1348 (SIPClientTransaction) this.transactionChannel, sipResponse); in processResponse()[all …]