Uses of Class
org.htmlunit.ProxyConfig
-
Packages that use ProxyConfig Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of ProxyConfig in org.htmlunit
Methods in org.htmlunit that return ProxyConfig Modifier and Type Method Description ProxyConfig
WebClientOptions. getProxyConfig()
Returns the proxy configuration for this client.Methods in org.htmlunit with parameters of type ProxyConfig Modifier and Type Method Description void
WebClientOptions. setProxyConfig(ProxyConfig proxyConfig)
Sets the proxy configuration for this client.
-