Home
last modified time | relevance | path

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

/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dhttp2.d.ts381 readonly server: Http2Server | Http2SecureServer;
477 export interface Http2SecureServer extends tls.Server { interface
850 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
851 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts394 readonly server: Http2Server | Http2SecureServer;
514 export interface Http2SecureServer extends tls.Server { interface
938 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
939 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts394 readonly server: Http2Server | Http2SecureServer;
514 export interface Http2SecureServer extends tls.Server { interface
938 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
939 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
/dports/misc/netron/node_modules/@types/node/
H A Dhttp2.d.ts394 readonly server: Http2Server | Http2SecureServer;
515 export interface Http2SecureServer extends tls.Server { interface
939 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
940 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dhttp2.d.ts394 readonly server: Http2Server | Http2SecureServer;
514 export interface Http2SecureServer extends tls.Server { interface
938 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
939 …Handler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
/dports/www/node10/node-v10.24.1/doc/api/
H A Dhttp2.md1758 ### Class: Http2SecureServer
1765 Instances of `Http2SecureServer` are created using the
1766 `http2.createSecureServer()` function. The `Http2SecureServer` class is not
1808 `Http2SecureServer`.
1816 an `Http2Session` object associated with the `Http2SecureServer`.
1891 * Returns: {Http2SecureServer}
1895 on the `Http2SecureServer` after `msecs` milliseconds.
2110 * Returns: {Http2SecureServer}
3321 `Http2SecureServer`.
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/
H A DCHANGELOG.md1470 …cefe)] - **doc**: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng…