222223224225226227228229230231232
vconn.addOp(op); } } else { op.handleResponse(response); } handle.completed(); } } private boolean shouldRetry(int statusCode, HttpResponse response) { switch(statusCode) {