Lines Matching refs:stream
174 explicit Http2Scope(Http2Stream* stream);
282 nghttp2_stream* stream() const;
299 // Initiate a response on this stream.
302 // Submit informational headers for this stream
305 // Submit trailing headers for this stream
309 // Submit a PRIORITY frame for this stream
317 // Submits a PUSH_PROMISE frame with this stream as the parent.
326 // Destroy this stream instance and free all held memory.
382 // Returns true if this stream is in the reading state, which occurs when
389 // Returns the RST_STREAM code used to close this stream
392 // Returns the stream identifier for this stream
486 // The Current Headers block... As headers are received for this stream,
511 Provider(Http2Stream* stream, int options);
530 Stream(Http2Stream* stream, int options);
588 void Consume(v8::Local<v8::Object> stream);
655 // Returns pointer to the stream, or nullptr if stream does not exist
660 // Adds a stream instance to this session
661 void AddStream(Http2Stream* stream);
663 // Removes a stream instance from this session
666 // Indicates whether there currently exist outgoing buffers for this stream.
667 bool HasWritesOnSocketForStream(Http2Stream* stream);