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