@eagleoutice/flowr - v2.10.1
    Preparing search index...

    The socket abstraction of flowR. Essentially a subset of what the default net.Socket of node provides.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    remoteAddress?: string
    remotePort?: number

    Methods

    • Parameters

      • event: "close" | "data" | "error"
      • listener: (data: Buffer) => void

      Returns void