Package org.azd.abstractions.proxy
Class ProxyProvider
java.lang.Object
org.azd.abstractions.proxy.ProxyProvider
Implementation of node equivalent proxy provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidConfigure the proxy for given url.static voidconfigure(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.
-