Home | History | Annotate | Download | only in spdy

Lines Matching refs:GOAWAY

292   GOAWAY,
403 // Status codes for GOAWAY frames.
493 // Returns true if a given on-the-wire enumeration of a GOAWAY status code is
498 // Parses a GOAWAY status from an on-the-wire enumeration of a given protocol
500 // Behavior is undefined for invalid GOAWAY status fields; consumers should
501 // first use IsValidGoAwayStatus() to verify validity of GOAWAY status fields.
505 // Serializes a given GOAWAY status to the on-the-wire enumeration value for
507 // Returns -1 on failure (I.E. Invalid GOAWAY status for the given version).
1046 virtual void VisitGoAway(const SpdyGoAwayIR& goaway) = 0;