Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DNistSipMessageFactoryImpl.java77 retval.transactionChannel = (SIPTransaction) messageChannel; in newSIPServerRequest()
135 retval.transactionChannel = tr; in newSIPServerResponse()
DDialogFilter.java91 protected SIPTransaction transactionChannel; field in DialogFilter
265 + 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 …]