ws1-network/com.airwatch.gateway.clients/AWOkHttpClient/getProxy
getProxy¶
open fun getProxy(proxy: Proxy): Proxy
Returns the proxy to use for OkHttp requests. Currently a no-op that returns the supplied proxy, as proxy configuration is applied at the application level. Retained for API compatibility.
Parameters¶
| Name | Description |
|---|---|
| proxy | The Proxy passed in by the caller. Nullable. |
Return¶
The same Proxy instance that was passed in. Nullable.