Gets the proxy auto-configuration URL. @return the proxy auto-configuration URL
()
| 372 | * @return the proxy auto-configuration URL |
| 373 | */ |
| 374 | public @Nullable String getProxyAutoconfigUrl() { |
| 375 | return proxyAutoconfigUrl; |
| 376 | } |
| 377 | |
| 378 | /** |
| 379 | * Specifies the URL to be used for proxy auto-configuration. Expected format is <code> |
no outgoing calls