kinetex - v1.0.0-rc.1
    Preparing search index...

    Type Alias TcpConnector

    TcpConnector: (
        host: string,
        port: number,
        timeoutMs: number,
    ) => Promise<TcpConn>

    Factory: open a raw TCP connection to host:port

    Type Declaration

      • (host: string, port: number, timeoutMs: number): Promise<TcpConn>
      • Parameters

        • host: string
        • port: number
        • timeoutMs: number

        Returns Promise<TcpConn>