- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for incrementSuccessCount (0.06 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt
!socketSourceOpen callDone = allStreamsDone && !expectMoreExchanges } } if (allStreamsDone) { this.exchange = null this.connection?.incrementSuccessCount() } if (callDone) { return callDone(e) } return e } internal fun noMoreExchanges(e: IOException?): IOException? { var callDone = falseRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Nov 05 18:28:35 UTC 2025 - 19.7K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnection.kt
internal fun noCoalescedConnections() { withLock { noCoalescedConnections = true } } internal fun incrementSuccessCount() { withLock { successCount++ } } @Throws(IOException::class) fun start() { idleAtNs = System.nanoTime()
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 21:55:03 UTC 2025 - 14.6K bytes - Viewed (0)