Searched refs:createResponse (Results 1 – 6 of 6) sorted by relevance
171 SIPResponse response = msg.createResponse(/* statusCode= */ in start_reply200_returnSuccessfulFuture()200 SIPResponse response = msg.createResponse(/* statusCode= */ in start_reply404_returnFailedFuture()
355 Response response = mMessageFactory.createResponse(Response.RINGING, in sendRinging()378 Response response = mMessageFactory.createResponse(Response.OK, in sendInviteOk()405 Response response = mMessageFactory.createResponse( in sendInviteBusyHere()451 Response response = mMessageFactory.createResponse( in sendResponse()485 Response response = mMessageFactory.createResponse( in sendInviteRequestTerminated()
299 response = request.createResponse(Response.OK);302 response = request.createResponse(Response.METHOD_NOT_ALLOWED);
106 public String createResponse() { in createResponse() method in DigestMd5Utils.Data
248 String response = data.createResponse(); in doDigestMd5Auth()
291 SIPResponse response = invite.createResponse(code); in buildInviteResponse()