Searched refs:ServerHttp2Stream (Results 1 – 3 of 3) sorted by relevance
/third_party/node/lib/internal/http2/ |
D | core.js | 366 stream = new ServerHttp2Stream(session, handle, id, {}, obj); 2659 class ServerHttp2Stream extends Http2Stream { class 2741 const stream = new ServerHttp2Stream(session, ret, id, options, headers); 2965 ServerHttp2Stream.prototype[kProceed] = ServerHttp2Stream.prototype.respond;
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 152 'ServerHttp2Stream': 'http2.html#class-serverhttp2stream', property
|
/third_party/node/doc/api/ |
D | http2.md | 1026 The `Http2Stream` class is a base for the [`ServerHttp2Stream`][] and 1049 On the server side, instances of [`ServerHttp2Stream`][] are created either 1538 ### Class: `ServerHttp2Stream` 1546 The `ServerHttp2Stream` class is an extension of [`Http2Stream`][] that is 1607 * `pushStream` {ServerHttp2Stream} The returned `pushStream` object. 4187 [`ServerHttp2Stream`]: #class-serverhttp2stream
|