Home | History | Annotate | Download | only in stack

Lines Matching defs:sipResponse

471                     SIPResponse sipResponse = sipRequest
472 .createResponse(SIPResponse.MESSAGE_TOO_LARGE);
473 byte[] resp = sipResponse.encodeAsBytes(this.getTransport());
493 SIPResponse response = sipRequest
511 SIPResponse sipResponse = (SIPResponse) sipMessage;
513 sipResponse.checkHeaders();
518 + sipResponse);
525 && sipResponse.getSize()
526 + (sipResponse.getContentLength() == null ? 0 : sipResponse
535 sipResponse, this);
540 .checkFromTag(sipResponse)) {
544 + sipResponse);
548 sipServerResponse.processResponse(sipResponse, this);