Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy-Diagram

UML class diagram of TcpSocketConnectOpts

Legend

icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

Index

Properties

family?: number
hints?: number
host?: string
localAddress?: string
localPort?: number
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.

port: number

Generated using TypeDoc