- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkSupportResponse (0.59 sec)
-
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?,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 14:39:28 UTC 2025 - 18.1K bytes - Viewed (0)