Home
last modified time | relevance | path

Searched refs:Http2Stream (Results 1 – 18 of 18) sorted by relevance

/third_party/node/src/
Dnode_http2.cc75 Http2Scope::Http2Scope(Http2Stream* stream) : Http2Scope(stream->session()) {} in Http2Scope()
544 void Http2Stream::EmitStatistics() { in EmitStatistics()
664 BaseObjectPtr<Http2Stream> Http2Session::FindStream(int32_t id) { in FindStream()
666 return s != streams_.end() ? s->second : BaseObjectPtr<Http2Stream>(); in FindStream()
678 has_available_session_memory(sizeof(Http2Stream)); in CanAddStream()
681 void Http2Session::AddStream(Http2Stream* stream) { in AddStream()
683 streams_[stream->id()] = BaseObjectPtr<Http2Stream>(stream); in AddStream()
691 BaseObjectPtr<Http2Stream> Http2Session::RemoveStream(int32_t id) { in RemoveStream()
692 BaseObjectPtr<Http2Stream> stream; in RemoveStream()
802 BaseObjectPtr<Http2Stream> stream = session->FindStream(id); in OnBeginHeadersCallback()
[all …]
Dnode_http2.h165 class Http2Stream; variable
173 explicit Http2Scope(Http2Stream* stream);
269 class Http2Stream : public AsyncWrap,
272 static Http2Stream* New(
277 ~Http2Stream() override;
317 Http2Stream* SubmitPushPromise(
433 SET_MEMORY_INFO_NAME(Http2Stream)
434 SET_SELF_SIZE(Http2Stream)
464 Http2Stream(Http2Session* session,
503 class Http2Stream::Provider {
[all …]
/third_party/node/doc/api/
Dhttp2.md120 `Http2Stream` objects.
185 with a specific `Http2Stream`, an attempt to emit a `'frameError'` event on the
186 `Http2Stream` is made.
261 * `stream` {Http2Stream} A reference to the stream
267 The `'stream'` event is emitted when a new `Http2Stream` is created.
346 complete on their own and preventing new `Http2Stream` instances from being
348 are no open `Http2Stream` instances.
423 * `lastStreamID` {number} The numeric ID of the last processed `Http2Stream`
588 next time a new `Http2Stream` is created by this `Http2Session`.
591 * `lastProcStreamID` {number} The numeric id of the `Http2Stream`
[all …]
Derrors.md1209 An attempt was made to use the `Http2Stream.prototype.responseWithFile()` API to
1215 An attempt was made to use the `Http2Stream.prototype.responseWithFile()` API to
1255 An `Http2Stream` was destroyed before any data was transmitted to the connected
1273 Trailing headers have already been sent on the `Http2Stream`.
1279 `'wantTrailers'` event is emitted on an `Http2Stream` object. The
1281 is set for the `Http2Stream`.
2406 `Http2Stream.prototype.respond()` method.
/third_party/node/test/parallel/
Dtest-http2-respond-errors.js10 const { Http2Stream } = internalBinding('http2');
14 Http2Stream.prototype.respond = () => 1; class
Dtest-http2-server-push-stream-errors.js11 Http2Stream,
68 Http2Stream.prototype.pushPromise = () => currentError.ngError; class
Dtest-http2-info-headers-errors.js11 Http2Stream,
43 Http2Stream.prototype.info = () => currentError.ngError; class
Dtest-http2-respond-nghttperrors.js11 Http2Stream,
44 Http2Stream.prototype.respond = () => currentError.ngError; class
Dtest-http2-respond-with-fd-errors.js16 Http2Stream,
51 Http2Stream.prototype.respond = () => currentError.ngError; class
/third_party/node/lib/internal/http2/
Dcore.js1880 class Http2Stream extends Duplex { class
2575 class ServerHttp2Stream extends Http2Stream {
2881 class ClientHttp2Stream extends Http2Stream {
2902 ObjectDefineProperty(Http2Stream.prototype, 'setTimeout', setTimeoutValue);
3344 Http2Stream, property
/third_party/node/tools/doc/
Dtype-parser.mjs114 'Http2Stream': 'http2.html#http2_class_http2stream', property
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md468 …thub.com/nodejs/node/commit/4f0035485f)] - **doc**: add parameters for Http2Stream:error event (Uj…
1063 …ttps://github.com/nodejs/node/commit/fc40b7de46)] - **http2**: cleanup Http2Stream/Http2Session de…
1064 …om/nodejs/node/commit/1d65f2b879)] - **http2**: be sure to destroy the Http2Stream (James M Snell)…
2695 * [[`7842f63069`](https://github.com/nodejs/node/commit/7842f63069)] - **test**: Http2Stream destro…
2791 ….com/nodejs/node/commit/66a5f99828)] - **http2**: improved coverage of Http2Stream destroy (Simon …
3215 …js/node/commit/1d40850338)] - **http2**: fix \[kInspect\]() output for Http2Stream (Evan Lucas) [#…
DCHANGELOG_V9.md1121 …* Refactoring and cleanup of Http2Session and Http2Stream destroy (James M Snell) [#17406](https:/…
1252 …ttps://github.com/nodejs/node/commit/5abb60933e)] - **http2**: cleanup Http2Stream/Http2Session de…
1253 …om/nodejs/node/commit/f699a74e66)] - **http2**: be sure to destroy the Http2Stream (James M Snell)…
DCHANGELOG_V12.md890 …ps://github.com/nodejs/node/commit/e0811cd8cc)] - **doc**: improve doc Http2Stream: FrameError, Ti…
2617 …thub.com/nodejs/node/commit/d25d40e1e5)] - **doc**: fix sentence about Http2Stream destruction (cj…
2833 …https://github.com/nodejs/node/commit/360c708f64)] - **doc**: document Http2Stream#id property (mu…
3022 …ithub.com/nodejs/node/commit/6cd64c8279)] - **doc,test**: clarify that Http2Stream is destroyed af…
DCHANGELOG_V10.md293 …ithub.com/nodejs/node/commit/56a834a53f)] - **doc,test**: clarify that Http2Stream is destroyed af…
590 …om/nodejs/node/commit/4f60364201)] - **(SEMVER-MINOR)** **http2**: add Http2Stream.bufferSize (Ouy…
3504 …thub.com/nodejs/node/commit/88bc6da6e9)] - **doc**: add parameters for Http2Stream:error event (Uj…
4508 …ode/commit/cef909797a)] - **http2**: do not emit our own close emit in Http2Stream (James M Snell)…
DCHANGELOG_V14.md3234 …odejs/node/commit/9339f9f602)] - **doc**: document the ready event for Http2Stream (James M Snell)…
3573 …mit/8457033d83)] - **http2**: reuse .\_onTimeout() in Http2Session and Http2Stream classes (rickye…
3792 …ejs/node/commit/41c5524432)] - **http2**: add `bytesWritten` test for `Http2Stream` (Pranshu Sriva…
DCHANGELOG_V11.md972 …dejs/node/commit/7ab34ae421)] - **src**: remove unused method in class Http2Stream (gengjiawen) [#…
2239 …om/nodejs/node/commit/4a0f27656d)] - **(SEMVER-MINOR)** **http2**: add Http2Stream.bufferSize (Ouy…
DCHANGELOG_V13.md1192 …ps://github.com/nodejs/node/commit/0022d7544a)] - **doc**: improve doc Http2Stream: FrameError, Ti…