Searched defs:httpCode (Results 1 – 5 of 5) sorted by relevance
65 public final int httpCode; field in ErrorCode69 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode()
61 public final int httpCode; field in ErrorCode65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode()
125 int httpCode, Map<String, List<String>> responseHeaders) { in isRetryableHttpError()
209 int httpCode = urlResponseInfo.getHttpStatusCode(); in onResponseStarted() local