Searched refs:createResponse (Results 1 – 2 of 2) sorted by relevance
645 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()665 response = createResponse(HttpStatus.SC_OK); in getResponse()696 response = createResponse(HttpStatus.SC_OK); in getResponse()713 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()721 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()731 response = createResponse(HttpStatus.SC_OK); in getResponse()750 response = createResponse(HttpStatus.SC_OK); in getResponse()762 response = createResponse(HttpStatus.SC_OK); in getResponse()767 response = createResponse(HttpStatus.SC_OK); in getResponse()777 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