Home | History | Annotate | Download | only in stack

Lines Matching defs:sipResponse

47 import gov.nist.javax.sip.message.SIPResponse;
515 SIPResponse sipResponse = (SIPResponse) sipMessage;
517 sipResponse.checkHeaders();
522 + sipResponse);
526 .newSIPServerResponse(sipResponse, this);
531 .checkFromTag(sipResponse)) {
535 + sipResponse);
539 sipServerResponse.processResponse(sipResponse, this);