Uses of Class
org.htmlunit.WebClientOptions
Packages that use WebClientOptions
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).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 WebClientOptionsModifier and TypeFieldDescriptionprivate final WebClientOptions
WebClient.options_
private final WebClientOptions
HttpWebConnection.usedOptions_
Methods in org.htmlunit that return WebClientOptionsModifier and TypeMethodDescriptionWebClient.getOptions()
Returns the options object of this WebClient. -
Uses of WebClientOptions in org.htmlunit.httpclient
Methods in org.htmlunit.httpclient with parameters of type WebClientOptionsModifier and TypeMethodDescriptionstatic org.apache.http.conn.ssl.SSLConnectionSocketFactory
HtmlUnitSSLConnectionSocketFactory.buildSSLSocketFactory
(WebClientOptions options) Factory method that builds a new SSLConnectionSocketFactory.private static KeyManager[]
HtmlUnitSSLConnectionSocketFactory.getKeyManagers
(WebClientOptions options)