Searched refs:spdyRstCode (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DErrorCode.java62 public final int spdyRstCode; field in class:ErrorCode
65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { argument
67 this.spdyRstCode = spdyRstCode;
73 if (errorCode.spdyRstCode == code) return errorCode;
H A DSpdy3.java374 if (errorCode.spdyRstCode == -1) throw new IllegalArgumentException();
381 sink.writeInt(errorCode.spdyRstCode);
H A DHttp2.java470 if (errorCode.spdyRstCode == -1) throw new IllegalArgumentException();

Completed in 74 milliseconds