interface Http2SecureServer
Type Parameters Jump to heading
Jump to headingHttp1Request extends IncomingMessage = IncomingMessage
Jump to headingHttp1Response extends ServerResponse = ServerResponse
Jump to headingHttp2Request extends Http2ServerRequest = Http2ServerRequest
Jump to headingHttp2Response extends Http2ServerResponse = Http2ServerResponse
Methods Jump to heading
Jump to headingaddListener(event: "checkContinue",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingaddListener(event: "request",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingaddListener(event: "session",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,): this
Jump to headingaddListener(event: "sessionError",listener: (err: Error) => void,): this
Jump to headingaddListener(event: "stream",listener: () => void,): this
Jump to headingaddListener(event: "timeout",listener: () => void,): this
Jump to headingaddListener(event: "unknownProtocol",listener: (socket: tls.TLSSocket) => void,): this
Jump to headingaddListener(event: string | symbol,listener: (...args: any[]) => void,): this
Jump to headingemit(): boolean
Jump to headingemit(): boolean
Jump to headingemit(event: "session",session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,): boolean
Jump to headingemit(event: "sessionError",err: Error,): boolean
Jump to headingemit(): boolean
Jump to headingemit(event: "timeout"): boolean
Jump to headingemit(event: "unknownProtocol",socket: tls.TLSSocket,): boolean
Jump to headingemit(event: string | symbol,...args: any[],): boolean
Jump to headingon(event: "checkContinue",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingon(event: "request",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingon(event: "session",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,): this
Jump to headingon(event: "sessionError",listener: (err: Error) => void,): this
Jump to headingon(event: "stream",listener: () => void,): this
Jump to headingon(event: "timeout",listener: () => void,): this
Jump to headingon(event: "unknownProtocol",listener: (socket: tls.TLSSocket) => void,): this
Jump to headingon(event: string | symbol,listener: (...args: any[]) => void,): this
Jump to headingonce(event: "checkContinue",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingonce(event: "request",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingonce(event: "session",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,): this
Jump to headingonce(event: "sessionError",listener: (err: Error) => void,): this
Jump to headingonce(event: "stream",listener: () => void,): this
Jump to headingonce(event: "timeout",listener: () => void,): this
Jump to headingonce(event: "unknownProtocol",listener: (socket: tls.TLSSocket) => void,): this
Jump to headingonce(event: string | symbol,listener: (...args: any[]) => void,): this
Jump to headingprependListener(event: "checkContinue",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingprependListener(event: "request",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingprependListener(event: "session",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,): this
Jump to headingprependListener(event: "sessionError",listener: (err: Error) => void,): this
Jump to headingprependListener(event: "stream",listener: () => void,): this
Jump to headingprependListener(event: "timeout",listener: () => void,): this
Jump to headingprependListener(event: "unknownProtocol",listener: (socket: tls.TLSSocket) => void,): this
Jump to headingprependListener(event: string | symbol,listener: (...args: any[]) => void,): this
Jump to headingprependOnceListener(event: "checkContinue",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingprependOnceListener(event: "request",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): this
Jump to headingprependOnceListener(event: "session",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,): this
Jump to headingprependOnceListener(event: "sessionError",listener: (err: Error) => void,): this
Jump to headingprependOnceListener(event: "stream",listener: () => void,): this
Jump to headingprependOnceListener(event: "timeout",listener: () => void,): this
Jump to headingprependOnceListener(event: "unknownProtocol",listener: (socket: tls.TLSSocket) => void,): this
Jump to headingprependOnceListener(event: string | symbol,listener: (...args: any[]) => void,): this