method Server.prototype.emit
Server.prototype.emit(event: "newSession",sessionId: Buffer,sessionData: Buffer,callback: () => void,): boolean
Deprecated
Server.prototype.emit(event: "OCSPRequest",certificate: Buffer,issuer: Buffer,callback: (err: Error | null,resp: Buffer,) => void,): boolean
Deprecated
Server.prototype.emit(event: "resumeSession",sessionId: Buffer,callback: (err: Error | null,sessionData: Buffer | null,) => void,): boolean
Deprecated