method Http2SecureServer.prependListener
Jump to headingHttp2SecureServer.prependListener(event: "checkContinue",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): thisParameters Jump to heading
Jump to headingevent: "checkContinue"Jump to headinglistener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: "request",listener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => void,): thisParameters Jump to heading
Jump to headingevent: "request"Jump to headinglistener: (request: InstanceType<Http2Request>,response: InstanceType<Http2Response>,) => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: "session",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,): thisParameters Jump to heading
Jump to headingevent: "session"Jump to headinglistener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: "sessionError",listener: (err: Error) => void,): thisParameters Jump to heading
Jump to headingevent: "sessionError"Jump to headinglistener: (err: Error) => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: "stream",listener: () => void,): thisParameters Jump to heading
Jump to headingevent: "stream"Jump to headinglistener: () => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: "timeout",listener: () => void,): thisParameters Jump to heading
Jump to headingevent: "timeout"Jump to headinglistener: () => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: "unknownProtocol",listener: (socket: tls.TLSSocket) => void,): thisParameters Jump to heading
Jump to headingevent: "unknownProtocol"Jump to headinglistener: (socket: tls.TLSSocket) => voidReturn Type Jump to heading
thisJump to headingHttp2SecureServer.prependListener(event: string | symbol,listener: (...args: any[]) => void,): thisParameters Jump to heading
Jump to headingevent: string | symbolJump to headinglistener: (...args: any[]) => voidReturn Type Jump to heading
this