类:Http2SecureServer
¥Class: Http2SecureServer
-
继承:<tls.Server>
¥Extends: <tls.Server>
Http2SecureServer
的实例是使用 http2.createSecureServer()
函数创建的。Http2SecureServer
类不是由 node:http2
模块直接导出的。
¥Instances of Http2SecureServer
are created using the
http2.createSecureServer()
function. The Http2SecureServer
class is not
exported directly by the node:http2
module.