Gets the proxy auto-configuration URL. @return the proxy auto-configuration URL
()
| 404 | * @return the proxy auto-configuration URL |
| 405 | */ |
| 406 | public @Nullable String getProxyAutoconfigUrl() { |
| 407 | return proxyAutoconfigUrl; |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Specifies the URL to be used for proxy auto-configuration. Expected format is <code> |
no outgoing calls