interfacetls.TLSSocketEventMapinterface TLSSocketEventMapclose: [hadError: boolean]connect: []connectionAttempt: [ip: string, port: number, family: number]connectionAttemptFailed: [ip: string, port: number, family: number, error: Error]connectionAttemptTimeout: [ip: string, port: number, family: number]data: [data: string | NonSharedBuffer]drain: []end: []error: [err: Error]finish: []keylog: [line: NonSharedBuffer]lookup: [err: null | Error, address: string, family: null | number, host: string]OCSPResponse: [response: NonSharedBuffer]pause: []pipe: [src: Readable]readable: []ready: []resume: []secure: []secureConnect: []session: [session: NonSharedBuffer]timeout: []unpipe: [src: Readable]