Uses of Class
org.htmlunit.WebClientOptions
-
Packages that use WebClientOptions Package Description org.htmlunit Framework classes (contains theWebClient
class 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 WebClientOptions
WebClient. options_
private WebClientOptions
HttpWebConnection. usedOptions_
Methods in org.htmlunit that return WebClientOptions Modifier and Type Method Description WebClientOptions
WebClient. 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.SSLConnectionSocketFactory
HtmlUnitSSLConnectionSocketFactory. buildSSLSocketFactory(WebClientOptions options)
Factory method that builds a new SSLConnectionSocketFactory.private static javax.net.ssl.KeyManager[]
HtmlUnitSSLConnectionSocketFactory. getKeyManagers(WebClientOptions options)
-