Package org.azd.abstractions.proxy
Class ProxyProvider
java.lang.Object
org.azd.abstractions.proxy.ProxyProvider
Implementation of node equivalent proxy provider.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Configure the proxy for given url.static void
configure
(ProxyConfiguration proxyConfiguration) Configures proxy for given configuration.
-
Constructor Details
-
ProxyProvider
public ProxyProvider()
-
-
Method Details
-
configure
Configure the proxy for given url.- Parameters:
url
- URL string.
-
configure
Configures proxy for given configuration.- Parameters:
proxyConfiguration
- Proxy configuration object.
-