Skip to content

@ralphschuler.logger.Logger.<internal>.TcpSocketConnectOpts

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: TcpSocketConnectOpts

Logger.<internal>.TcpSocketConnectOpts

Hierarchy

Table of contents

Properties

Properties

autoSelectFamily

Optional autoSelectFamily: boolean

Since

v18.13.0

Defined in

node_modules/@types/node/net.d.ts:67


autoSelectFamilyAttemptTimeout

Optional autoSelectFamilyAttemptTimeout: number

Since

v18.13.0

Defined in

node_modules/@types/node/net.d.ts:71


family

Optional family: number

Defined in

node_modules/@types/node/net.d.ts:59


hints

Optional hints: number

Defined in

node_modules/@types/node/net.d.ts:58


host

Optional host: string

Defined in

node_modules/@types/node/net.d.ts:55


keepAlive

Optional keepAlive: boolean

Defined in

node_modules/@types/node/net.d.ts:62


keepAliveInitialDelay

Optional keepAliveInitialDelay: number

Defined in

node_modules/@types/node/net.d.ts:63


localAddress

Optional localAddress: string

Defined in

node_modules/@types/node/net.d.ts:56


localPort

Optional localPort: number

Defined in

node_modules/@types/node/net.d.ts:57


lookup

Optional lookup: LookupFunction

Defined in

node_modules/@types/node/net.d.ts:60


noDelay

Optional noDelay: boolean

Defined in

node_modules/@types/node/net.d.ts:61


onread

Optional onread: OnReadOpts

If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will still be emitted as normal and methods like pause() and resume() will also behave as expected.

Inherited from

ConnectOpts.onread

Defined in

node_modules/@types/node/net.d.ts:51


port

port: number

Defined in

node_modules/@types/node/net.d.ts:54

Typescript Libraries

Modules

Namespaces

Clone this wiki locally