Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-server-sessionerror.js11 const { ServerHttp2Session } = require('internal/http2/core');
19 assert.strictEqual(session instanceof ServerHttp2Session, true);
41 assert.strictEqual(session instanceof ServerHttp2Session, true);
Dtest-http2-options-max-headers-exceeds-nghttp2.js8 const { ServerHttp2Session } = require('internal/http2/core');
61 assert.strictEqual(session instanceof ServerHttp2Session, true);
82 assert.strictEqual(session instanceof ServerHttp2Session, true);
/third_party/node/tools/doc/
Dtype-parser.mjs153 'ServerHttp2Session': 'http2.html#class-serverhttp2session', property
/third_party/node/lib/internal/http2/
Dcore.js1617 class ServerHttp2Session extends Http2Session { class
3078 const session = new ServerHttp2Session(options, socket, this);
3418 ServerHttp2Session, property
/third_party/node/doc/api/
Dhttp2.md742 ### Class: `ServerHttp2Session`
1985 * `session` {ServerHttp2Session}
1997 * `session` {ServerHttp2Session}
2205 * `session` {ServerHttp2Session}
2217 * `session` {ServerHttp2Session}