Lines Matching full:visitor
116 // decompressed header block to be delivered in chunks to the visitor.
124 // During step 2 the visitor may return false, indicating that the chunk of
125 // header data could not be handled by the visitor (typically this indicates
127 // delivering chunks to the visitor, set a SPDY_CONTROL_PAYLOAD_TOO_LARGE
130 // making the SPDY session unusable for future work. The visitor's OnError
163 // When this function returns true the visitor indicates that it accepted
217 // When this function returns true the visitor indicates that it accepted
298 // The maximum size of header data chunks delivered to the framer visitor
317 // Set callbacks to be called from the framer. A visitor must be set, or
318 // else the framer will likely crash. It is acceptable for the visitor
319 // to do nothing. If this is called multiple times, only the last visitor
321 void set_visitor(SpdyFramerVisitorInterface* visitor) {
322 visitor_ = visitor;
325 // Set debug callbacks to be called from the framer. The debug visitor is
327 // If this is called multiple times, only the last visitor will be used.
535 // Deliver the given control frame's compressed headers block to the visitor
536 // in decompressed form, in chunks. Returns true if the visitor has
597 // visitor in chunks. Returns true if the visitor has accepted all of the
651 // frame data is streamed to the visitor.