Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        connection: RealConnection,
      ): Boolean {
        val addressState = addressStates[connection.route.address] ?: return true
        val capacityWithoutIt = addressState.concurrentCallCapacity - connection.allocationLimit
        return capacityWithoutIt >= addressState.policy.minimumConcurrentCalls
      }
    
      /**
       * Prunes any leaked calls and then returns the number of remaining live calls on [connection].
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Jun 03 17:10:08 UTC 2025
    - 16.1K bytes
    - Viewed (0)
Back to top