method Server.prototype.emit
#Server.prototype.emit(event: string | symbol,...args: any[],): boolean
#Server.prototype.emit(): boolean
#Server.prototype.emit(event: "newSession",sessionId: Buffer,sessionData: Buffer,callback: () => void,): boolean
#Server.prototype.emit(event: "OCSPRequest",certificate: Buffer,issuer: Buffer,callback: (err: Error | null,resp: Buffer,) => void,): boolean
#Server.prototype.emit(event: "resumeSession",sessionId: Buffer,callback: (err: Error | null,sessionData: Buffer | null,) => void,): boolean