Lines Matching refs:resp
513 HTTPResponse resp = httpSender.send(params, finalReq);
514 exch.setHTTPResponse(resp);
1026 HTTPResponse resp;
1030 resp = exch.getHTTPResponse();
1031 body = resp.getBody();
1032 respCode = resp.getHTTPStatus();
1248 * @param resp response body
1252 final AbstractBody resp) {
1253 return ERROR.equals(resp.getAttribute(Attributes.TYPE));
1295 * @param resp response
1298 final AbstractBody req, final AbstractBody resp) {
1306 if (resp.getAttribute(Attributes.REPORT) != null) {
1311 String acked = resp.getAttribute(Attributes.ACK);
1369 * @param resp response
1375 final AbstractBody resp)
1379 String reportStr = resp.getAttribute(Attributes.REPORT);
1386 Long time = Long.parseLong(resp.getAttribute(Attributes.TIME));