Home
last modified time | relevance | path

Searched refs:Http2Server (Results 1 – 5 of 5) sorted by relevance

/third_party/node/tools/doc/
Dtype-parser.mjs149 'Http2Server': 'http2.html#class-http2server', property
/third_party/node/lib/internal/http2/
Dcore.js3173 class Http2Server extends NETServer { class
3200 Http2Server.prototype[EventEmitter.captureRejectionSymbol] = function(
3335 return new Http2Server(options, handler);
/third_party/node/doc/api/
Dhttp2.md163 actions typically taken through interactions with either the `Http2Server` or
167 `Http2Session` instances are created by the `Http2Server` instance when a
1917 ### Class: `Http2Server`
1925 Instances of `Http2Server` are created using the `http2.createServer()`
1926 function. The `Http2Server` class is not exported directly by the
1988 `Http2Server`.
2000 an `Http2Session` object associated with the `Http2Server`.
2090 * Returns: {Http2Server}
2094 on the `Http2Server` after `msecs` milliseconds.
2494 * Returns: {Http2Server}
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md2318 …/node/commit/f08650cefe)] - **doc**: add arguments for stream event of Http2Server and Http2Secure…
DCHANGELOG_V14.md1047 …/node/commit/a75b7af9bd)] - **doc**: add arguments for stream event of Http2Server and Http2Secure…