Home
last modified time | relevance | path

Searched refs:ServerHttp2Stream (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/http2/
Dcore.js366 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/
Dtype-parser.mjs152 'ServerHttp2Stream': 'http2.html#class-serverhttp2stream', property
/third_party/node/doc/api/
Dhttp2.md1026 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