Lines Matching defs:spdy
5 // This file contains some protocol structures for use with Spdy.
16 #include "net/spdy/spdy_bitmasks.h"
126 namespace spdy {
128 // This implementation of Spdy is version 2; It's like version 1, with some
132 // Initial window size for a Spdy stream
135 // Maximum window size for a Spdy stream
138 // HTTP-over-SPDY header constants
151 // Types of Spdy Control Frames.
219 // A SPDY stream id is a 31 bit entity.
222 // A SPDY priority is a number between 0 and 3 (inclusive).
225 // SPDY Priorities. (there are only 2 bits)
243 // The basic SPDY Frame structure.
329 // Wrapper classes for various SPDY frames.
331 // All Spdy Frame types derive from this SpdyFrame class.
795 } // namespace spdy