Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js344 stream = new ServerHttp2Stream(session, handle, id, opts, obj);
2575 class ServerHttp2Stream extends Http2Stream { class
2659 const stream = new ServerHttp2Stream(session, ret, id, options, headers);
2879 ServerHttp2Stream.prototype[kProceed] = ServerHttp2Stream.prototype.respond;
/third_party/node/tools/doc/
Dtype-parser.mjs115 'ServerHttp2Stream': 'http2.html#http2_class_serverhttp2stream', property
/third_party/node/doc/api/
Dhttp2.md916 The `Http2Stream` class is a base for the [`ServerHttp2Stream`][] and
940 On the server side, instances of [`ServerHttp2Stream`][] are created either
1377 ### Class: `ServerHttp2Stream`
1384 The `ServerHttp2Stream` class is an extension of [`Http2Stream`][] that is
1435 * `pushStream` {ServerHttp2Stream} The returned `pushStream` object.
3822 [`ServerHttp2Stream`]: #http2_class_serverhttp2stream