Uses of Class
org.eclipse.sw360.http.config.ProxySettings
-
Packages that use ProxySettings Package Description org.eclipse.sw360.http.config -
-
Uses of ProxySettings in org.eclipse.sw360.http.config
Methods in org.eclipse.sw360.http.config that return ProxySettings Modifier and Type Method Description static ProxySettingsProxySettings. defaultProxySelector()Returns an instance ofProxySettingsthat indicates that the defaultProxySelector(obtained via theProxySelector.getDefault()method) should be queried for each request.static ProxySettingsProxySettings. fromConfig(boolean useProxy, String host, int port)Creates a new instance ofProxySettingsthat is initialized from configuration settings.static ProxySettingsProxySettings. noProxy()Returns an instance ofProxySettingsthat indicates that no proxy is to be used.ProxySettingsHttpClientConfig. proxySettings()Returns aProxySettingsobject with the proxy configuration to be used.static ProxySettingsProxySettings. useProxy(String host, int port)Creates a new instance ofProxySettingsthat uses the specified settings for the proxy.Methods in org.eclipse.sw360.http.config with parameters of type ProxySettings Modifier and Type Method Description HttpClientConfigHttpClientConfig. withProxySettings(ProxySettings newProxySettings)Returns a new instance ofHttpClientConfigthat contains the same settings as this instance, but with the proxy configuration set to the parameter specified.
-