Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java198 private transient ServerResponseInterface respondTo; field in SIPClientTransaction
325 respondTo = newRespondTo; in setResponseInterface()
616 if (respondTo != null) { in nonInviteClientTransaction()
617 respondTo.processResponse(transactionResponse, this, sipDialog); in nonInviteClientTransaction()
623 if (respondTo != null) { in nonInviteClientTransaction()
624 respondTo.processResponse(transactionResponse, this, sipDialog); in nonInviteClientTransaction()
637 if (respondTo != null) { in nonInviteClientTransaction()
638 respondTo.processResponse(transactionResponse, this, sipDialog); in nonInviteClientTransaction()
643 if (respondTo != null) { in nonInviteClientTransaction()
644 respondTo.processResponse(transactionResponse, this, sipDialog); in nonInviteClientTransaction()
[all …]