interfacenet.SocketEventMapinterface SocketEventMapclose: [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: []lookup: [err: null | Error, address: string, family: null | number, host: string]pause: []pipe: [src: Readable]readable: []ready: []resume: []timeout: []unpipe: [src: Readable]