Uses of Class
org.htmlunit.WebClientOptions
-
Packages that use WebClientOptions Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point).org.htmlunit.httpclient All the customizations we did to make HttpClient behave like a real browser. -
-
Uses of WebClientOptions in org.htmlunit
Fields in org.htmlunit declared as WebClientOptions Modifier and Type Field Description private WebClientOptionsWebClient. options_private WebClientOptionsHttpWebConnection. usedOptions_Methods in org.htmlunit that return WebClientOptions Modifier and Type Method Description WebClientOptionsWebClient. getOptions()Returns the options object of this WebClient. -
Uses of WebClientOptions in org.htmlunit.httpclient
Methods in org.htmlunit.httpclient with parameters of type WebClientOptions Modifier and Type Method Description static org.apache.http.conn.ssl.SSLConnectionSocketFactoryHtmlUnitSSLConnectionSocketFactory. buildSSLSocketFactory(WebClientOptions options)Factory method that builds a new SSLConnectionSocketFactory.private static javax.net.ssl.KeyManager[]HtmlUnitSSLConnectionSocketFactory. getKeyManagers(WebClientOptions options)
-