Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nextProxyIndex (0.09 sec)

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

        }
    
        call.eventListener.proxySelectStart(call, url)
        proxies = selectProxies()
        nextProxyIndex = 0
        call.eventListener.proxySelectEnd(call, url, proxies)
      }
    
      /** Returns true if there's another proxy to try. */
      private fun hasNextProxy(): Boolean = nextProxyIndex < proxies.size
    
      /** Returns the next proxy to try. May be PROXY.NO_PROXY but never null. */
      @Throws(IOException::class)
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Oct 08 03:50:05 UTC 2025
    - 7.3K bytes
    - Viewed (2)
Back to top