Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noNewExchangesOnConnection (0.08 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/Exchange.kt

          override val source =
            ResponseBodySource(
              delegate = codec.socket.source,
              contentLength = -1L,
              isSocket = true,
            )
        }
      }
    
      fun noNewExchangesOnConnection() {
        codec.carrier.noNewExchanges()
      }
    
      fun cancel() {
        codec.cancel()
      }
    
      /**
       * Revoke this exchange's access to streams. This is necessary when a follow-up request is
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Nov 05 18:28:35 UTC 2025
    - 10.5K bytes
    - Viewed (0)
Back to top