Searched defs:spdyRstCode (Results 1 – 1 of 1) sorted by relevance
62 public final int spdyRstCode; field in ErrorCode65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode()