Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for checkSupportResponse (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Response.kt

          apply {
            checkSupportResponse("networkResponse", networkResponse)
            this.networkResponse = networkResponse
          }
    
        open fun cacheResponse(cacheResponse: Response?) =
          apply {
            checkSupportResponse("cacheResponse", cacheResponse)
            this.cacheResponse = cacheResponse
          }
    
        private fun checkSupportResponse(
          name: String,
          response: Response?,
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Mon Jul 28 14:39:28 GMT 2025
    - 18.1K bytes
    - Click Count (0)
Back to Top