Interface ProxyDetailsProvider
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ProxyDetailsProvider
Provides the proxy details for connecting to a specific URL
- Since:
- 19.1
-
Method Summary
Modifier and TypeMethodDescriptionro.sync.exml.workspace.api.standalone.proxy.ProxyConnectionInfo
Get information about proxy configuration in order to access a certain URL.
-
Method Details
-
getProxyConnectionInfo
Get information about proxy configuration in order to access a certain URL. If the URL isnull
you might not get accurate information, for example the "no proxy for..." host names information will not be used.- Parameters:
url
- The URL to access.- Returns:
- information about network proxy configuration in order to access a certain URL.
Can be
null
if there is no network proxy configured on the system.
-