- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for equalsNonHost (0.09 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/connection/RealConnection.kt
if (calls.size >= allocationLimit || noNewExchanges) return false // If the non-host fields of the address don't overlap, we're done. if (!this.route.address.equalsNonHost(address)) return false // If the host exactly matches, we're done: this connection can carry the address. if (address.url.host == this.route().address.url.host) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 15.4K bytes - Viewed (0)