Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/main/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: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top