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