Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeTimeout (0.29 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

         * The write timeout is applied for individual write IO operations. The default value is 10
         * seconds.
         *
         * @see Sink.timeout
         */
        fun writeTimeout(
          timeout: Long,
          unit: TimeUnit,
        ) = apply {
          writeTimeout = checkDuration("timeout", timeout, unit)
        }
    
        /**
         * Sets the default write timeout for new connections. A value of 0 means no timeout, otherwise
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 04:21:33 GMT 2024
    - 52K bytes
    - Viewed (0)
Back to top