Searched refs:spdyRstCode (Results 1 – 3 of 3) sorted by relevance
62 public final int spdyRstCode; field in ErrorCode65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode() argument67 this.spdyRstCode = spdyRstCode; in ErrorCode()73 if (errorCode.spdyRstCode == code) return errorCode; in fromSpdy3Rst()
374 if (errorCode.spdyRstCode == -1) throw new IllegalArgumentException(); in rstStream()381 sink.writeInt(errorCode.spdyRstCode); in rstStream()
470 if (errorCode.spdyRstCode == -1) throw new IllegalArgumentException(); in rstStream()