Searched refs:createResponse (Results 1 – 2 of 2) sorted by relevance
590 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()610 response = createResponse(HttpStatus.SC_OK); in getResponse()638 response = createResponse(HttpStatus.SC_OK); in getResponse()655 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()663 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()673 response = createResponse(HttpStatus.SC_OK); in getResponse()692 response = createResponse(HttpStatus.SC_OK); in getResponse()700 response = createResponse(HttpStatus.SC_OK); in getResponse()705 response = createResponse(HttpStatus.SC_OK); in getResponse()715 response = createResponse(HttpStatus.SC_OK); in getResponse()[all …]
412 httpResponse = createResponse(HttpStatus.SC_OK); in getResponse()414 httpResponse = createResponse(HttpStatus.SC_NOT_FOUND); in getResponse()416 httpResponse = createResponse(HttpStatus.SC_NOT_FOUND); in getResponse()419 httpResponse = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()427 httpResponse = createResponse(HttpStatus.SC_OK); in getResponse()449 private HttpResponse createResponse(int status) { in createResponse() method in TestWebServer