Searched refs:Http2Server (Results 1 – 4 of 4) sorted by relevance
112 'Http2Server': 'http2.html#http2_class_http2server', property
119 actions typically taken through interactions with either the `Http2Server` or123 `Http2Session` instances are created by the `Http2Server` instance when a1736 ### 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 …]
3088 class Http2Server extends NETServer { class3116 Http2Server.prototype[EventEmitter.captureRejectionSymbol] = function(3262 return new Http2Server(options, handler);
1255 …/node/commit/a75b7af9bd)] - **doc**: add arguments for stream event of Http2Server and Http2Secure…