Home
last modified time | relevance | path

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

/third_party/node/tools/doc/
Dtype-parser.mjs148 'Http2SecureServer': 'http2.html#class-http2secureserver', property
/third_party/node/doc/api/
Dhttp2.md2137 ### Class: `Http2SecureServer`
2145 Instances of `Http2SecureServer` are created using the
2146 `http2.createSecureServer()` function. The `Http2SecureServer` class is not
2208 `Http2SecureServer`.
2220 an `Http2Session` object associated with the `Http2SecureServer`.
2320 * Returns: {Http2SecureServer}
2324 on the `Http2SecureServer` after `msecs` milliseconds.
2637 * Returns: {Http2SecureServer}
3992 `Http2SecureServer`.
/third_party/node/lib/internal/http2/
Dcore.js3145 class Http2SecureServer extends TLSServer { class
3327 return new Http2SecureServer(options, handler);
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md2318 …cefe)] - **doc**: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng…
DCHANGELOG_V14.md1047 …f9bd)] - **doc**: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng…