Skip to content

//okhttp/okhttp3/EventListener/proxySelectStart

proxySelectStart

[jvm]\ open fun proxySelectStart(call: Call, url: HttpUrl)

Invoked prior to a proxy selection.

This will be invoked for route selection regardless of whether the client is configured with a single proxy, a proxy selector, or neither.

Parameters

jvm

url a URL with only the scheme, hostname, and port specified.