Lines Matching full:framer
114 // decoded from the framer.
128 // resource exhaustion). If this occurs the framer will discontinue
139 virtual void OnError(SpdyFramer* framer) = 0;
300 // The maximum size of header data chunks delivered to the framer visitor
315 // Create a new Framer, provided a SPDY version.
319 // Set callbacks to be called from the framer. A visitor must be set, or
320 // else the framer will likely crash. It is acceptable for the visitor
327 // Set debug callbacks to be called from the framer. The debug visitor is
334 // Pass data into the framer for parsing.
339 // Resets the framer state after a frame has been successfully decoded.
343 // Check the state of the framer.
623 // Set the error code and moves the framer into the error state.
692 // The major SPDY version to be spoken/understood by this framer.