|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebClient | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes |
com.gargoylesoftware.htmlunit.util | Misc utilities |
Uses of WebClient in com.gargoylesoftware.htmlunit |
---|
Methods in com.gargoylesoftware.htmlunit that return WebClient | |
---|---|
WebClient |
SgmlPage.getWebClient()
Return the WebClient that originally loaded this page |
WebClient |
WebWindow.getWebClient()
Return the web client that "owns" this window. |
WebClient |
WebWindowImpl.getWebClient()
Return the web client that "owns" this window. |
WebClient |
WebConnection.getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Return the web client. |
WebClient |
WebConnectionImpl.getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Return the web client. |
Constructors in com.gargoylesoftware.htmlunit with parameters of type WebClient | |
---|---|
HttpWebConnection(WebClient webClient)
Create a new HTTP web connection instance. |
|
MockWebConnection(WebClient webClient)
Create an instance |
|
TopLevelWindow(String name,
WebClient webClient)
Create an instance. |
|
WebConnectionImpl(WebClient webClient)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. 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 that return WebClient | |
---|---|
WebClient |
WebConnectionWrapper.getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Return the web client. The default behavior of this method is to return getWebClient() on the wrapped connection object. |
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 |