TCPConnection.readTimeout

Controls the read time out after which the connection is closed automatically.

  1. Duration readTimeout [@property setter]
    interface TCPConnection
    @property
    void
    readTimeout
    (
    Duration duration
    )
  2. Duration readTimeout [@property getter]
  3. bool tcpNoDelay [@property setter]
  4. bool tcpNoDelay [@property getter]

Meta