Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.httpclient |
All the customizations we did to make HttpClient behave like a real browser.
|
Modifier and Type | Method and Description |
---|---|
WebClientOptions |
WebClient.getOptions()
Returns the options object of this WebClient.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.http.conn.ssl.SSLConnectionSocketFactory |
HtmlUnitSSLConnectionSocketFactory.buildSSLSocketFactory(WebClientOptions options)
Factory method that builds a new SSLConnectionSocketFactory.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.