|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebClient | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| com.gargoylesoftware.htmlunit.util | Misc utilities |
| Uses of WebClient in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return WebClient | |
|---|---|
WebClient |
WebWindowImpl.getWebClient()
Returns the web client that "owns" this window. |
WebClient |
WebWindow.getWebClient()
Returns the web client that "owns" this window. |
WebClient |
SgmlPage.getWebClient()
Returns the WebClient that originally loaded this page. |
| Constructors in com.gargoylesoftware.htmlunit with parameters of type WebClient | |
|---|---|
DialogWindow(WebClient webClient,
Object arguments)
Creates a new instance. |
|
HttpWebConnection(WebClient webClient)
Creates a new HTTP web connection instance. |
|
TopLevelWindow(String name,
WebClient webClient)
Creates an instance. |
|
UrlFetchWebConnection(WebClient webClient)
Creates a new web connection instance. |
|
WebWindowImpl(WebClient webClient)
Creates a window and associates it with the client. |
|
| Uses of WebClient in com.gargoylesoftware.htmlunit.util |
|---|
| Methods in com.gargoylesoftware.htmlunit.util with parameters of type WebClient | |
|---|---|
static void |
WebClientUtils.attachVisualDebugger(WebClient client)
Attaches a visual (GUI) debugger to the specified client. |
| Constructors in com.gargoylesoftware.htmlunit.util with parameters of type WebClient | |
|---|---|
FalsifyingWebConnection(WebClient webClient)
Constructs an instance and places itself as connection of the WebClient. |
|
WebConnectionWrapper(WebClient webClient)
Constructs a WebConnection object wrapping the connection of the WebClient and places itself as connection of the WebClient. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||