- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for resetNextInetSocketAddress (0.11 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/connection/RouteSelector.kt
) } val result = proxies[nextProxyIndex++] resetNextInetSocketAddress(result) return result } /** Prepares the socket addresses to attempt for the current proxy or host. */ @Throws(IOException::class) private fun resetNextInetSocketAddress(proxy: Proxy) { // Clear the addresses. Necessary if getAllByName() below throws!
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Mar 06 17:33:38 UTC 2024 - 7.2K bytes - Viewed (0)