method Server.prototype.emit
Overload 1
#Server.prototype.emit(event: string,...args: any[],): booleanOverload 2
#Server.prototype.emit(event: "keylog",line: Buffer,tlsSocket: tls.TLSSocket,): booleanOverload 3
#Server.prototype.emit(event: "newSession",sessionId: Buffer,sessionData: Buffer,callback: (err: Error,resp: Buffer,) => void,): booleanOverload 4
#Server.prototype.emit(event: "OCSPRequest",certificate: Buffer,issuer: Buffer,callback: (err: Error | null,resp: Buffer,) => void,): booleanOverload 5
#Server.prototype.emit(event: "resumeSession",sessionId: Buffer,callback: (err: Error,sessionData: Buffer,) => void,): booleanOverload 6
#Server.prototype.emit(event: "secureConnection",tlsSocket: tls.TLSSocket,): booleanOverload 7
#Server.prototype.emit(event: "tlsClientError",err: Error,tlsSocket: tls.TLSSocket,): booleanOverload 8
Overload 9
Overload 10
#Server.prototype.emit(event: "error",err: Error,): booleanOverload 11
#Server.prototype.emit(event: "listening"): booleanOverload 12
#Server.prototype.emit(event: "checkContinue",req: InstanceType<Request>,res: InstanceType<Response>,): booleanOverload 13
#Server.prototype.emit(event: "checkExpectation",req: InstanceType<Request>,res: InstanceType<Response>,): booleanOverload 14
#Server.prototype.emit(): booleanOverload 15
#Server.prototype.emit(): booleanOverload 16
#Server.prototype.emit(event: "request",req: InstanceType<Request>,res: InstanceType<Response>,): boolean