Lines Matching defs:SpdyFramer
39 class SpdyFramer;
112 // SpdyFramerVisitorInterface is a set of callbacks for the SpdyFramer.
139 virtual void OnError(SpdyFramer* framer) = 0;
236 // SpdyFramerDebugVisitorInterface may be used in conjunction with SpdyFramer in
237 // order to extract debug/internal information about the SpdyFramer as it
262 class NET_EXPORT_PRIVATE SpdyFramer {
316 explicit SpdyFramer(SpdyMajorVersion version);
317 virtual ~SpdyFramer();
461 // TODO(hkhalil): Implement CREDENTIAL frame parsing in SpdyFramer
482 // Compression state is maintained as part of the SpdyFramer.