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