Searched refs:responseReason (Results 1 – 6 of 6) sorted by relevance
36 .responseReason("") in newBuilder()49 public abstract String responseReason(); in responseReason() method in MsrpChunk125 public abstract Builder responseReason(String reason); in responseReason() method in MsrpChunk.Builder
60 (chunk.responseCode() + " " + chunk.responseReason()).getBytes(UTF_8)); in writeRequestLine()
239 .responseReason("OK") in sendResponse()
108 transaction.transactionId(txId).responseCode(responseCode).responseReason( in parse()
82 .responseReason("OK") in whenSerializeParseResponse_success()
105 .responseReason("OK") in generateSuccessResponse()