Searched refs:isResponse (Results 1 – 6 of 6) sorted by relevance
300 var isResponse = this.message.isResponse();302 if (version == 0 && (expectsResponse || isResponse)) {306 if (isResponse && expectsResponse) {343 if (this.message.isResponse() || this.message.expectsResponse()) {350 if (this.message.isResponse() || !this.message.expectsResponse()) {357 if (this.message.expectsResponse() || !this.message.isResponse()) {
170 } else if (message.isResponse()) {
493 Message.prototype.isResponse = function() { method in Message
178 if (!message.expectsResponse() && !message.isResponse())205 if (message.isResponse())
1408 var isRequest, isResponse bool1415 isResponse = true1428 if isRequest && isResponse {
632 boolean isResponse = (messageToTest instanceof SIPResponse); in isMessagePartOfTransaction()640 } else if ((isResponse || getOriginalRequest().getRequestURI().equals( in isMessagePartOfTransaction()