Searched refs:createResponse (Results 1 – 2 of 2) sorted by relevance
589 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()609 response = createResponse(HttpStatus.SC_OK); in getResponse()637 response = createResponse(HttpStatus.SC_OK); in getResponse()654 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()662 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()672 response = createResponse(HttpStatus.SC_OK); in getResponse()691 response = createResponse(HttpStatus.SC_OK); in getResponse()699 response = createResponse(HttpStatus.SC_OK); in getResponse()704 response = createResponse(HttpStatus.SC_OK); in getResponse()714 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