Searched refs:httpResponse (Results 1 – 1 of 1) sorted by relevance
401 HttpResponse httpResponse = null; in getResponse() local412 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()421 httpResponse.addHeader(header.first, header.second); in getResponse()427 httpResponse = createResponse(HttpStatus.SC_OK); in getResponse()429 httpResponse.setEntity(entity); in getResponse()430 httpResponse.setHeader("Content-Length", "" + entity.getContentLength()); in getResponse()432 httpResponse.addHeader(header.first, header.second); in getResponse()[all …]