Searched refs:ServerHttp2Session (Results 1 – 5 of 5) sorted by relevance
11 const { ServerHttp2Session } = require('internal/http2/core');19 assert.strictEqual(session instanceof ServerHttp2Session, true);41 assert.strictEqual(session instanceof ServerHttp2Session, true);
8 const { ServerHttp2Session } = require('internal/http2/core');61 assert.strictEqual(session instanceof ServerHttp2Session, true);82 assert.strictEqual(session instanceof ServerHttp2Session, true);
153 'ServerHttp2Session': 'http2.html#class-serverhttp2session', property
1617 class ServerHttp2Session extends Http2Session { class3078 const session = new ServerHttp2Session(options, socket, this);3418 ServerHttp2Session, property
742 ### Class: `ServerHttp2Session`1985 * `session` {ServerHttp2Session}1997 * `session` {ServerHttp2Session}2205 * `session` {ServerHttp2Session}2217 * `session` {ServerHttp2Session}