Searched refs:isResponse (Results 1 – 5 of 5) 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())
632 boolean isResponse = (messageToTest instanceof SIPResponse); in isMessagePartOfTransaction()640 } else if ((isResponse || getOriginalRequest().getRequestURI().equals( in isMessagePartOfTransaction()