Home
last modified time | relevance | path

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

/third_party/node/tools/doc/
Dtype-parser.mjs112 'Http2Server': 'http2.html#http2_class_http2server', property
/third_party/node/doc/api/
Dhttp2.md119 actions typically taken through interactions with either the `Http2Server` or
123 `Http2Session` instances are created by the `Http2Server` instance when a
1736 ### Class: `Http2Server`
1743 Instances of `Http2Server` are created using the `http2.createServer()`
1744 function. The `Http2Server` class is not exported directly by the `http2`
1800 `Http2Server`.
1808 an `Http2Session` object associated with the `Http2Server`.
1889 * Returns: {Http2Server}
1893 on the `Http2Server` after `msecs` milliseconds.
2253 * Returns: {Http2Server}
[all …]
/third_party/node/lib/internal/http2/
Dcore.js3088 class Http2Server extends NETServer { class
3116 Http2Server.prototype[EventEmitter.captureRejectionSymbol] = function(
3262 return new Http2Server(options, handler);
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1255 …/node/commit/a75b7af9bd)] - **doc**: add arguments for stream event of Http2Server and Http2Secure…