Uses of Class
com.gargoylesoftware.htmlunit.WebClient

Packages that use WebClient
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
com.gargoylesoftware.htmlunit.javascript Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.background Classes relating to background JavaScript execution, which is usually triggered via setTimeout() or setInterval()
com.gargoylesoftware.htmlunit.util Misc utilities 
 

Uses of WebClient in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return WebClient
 WebClient WebWindow.getWebClient()
          Returns the web client that "owns" this window.
 WebClient WebWindowImpl.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.javascript
 

Methods in com.gargoylesoftware.htmlunit.javascript that return WebClient
 WebClient JavaScriptEngine.getWebClient()
          Returns the web client that this engine is associated with.
 

Constructors in com.gargoylesoftware.htmlunit.javascript with parameters of type WebClient
HtmlUnitContextFactory(WebClient webClient)
          Creates a new instance of HtmlUnitContextFactory.
JavaScriptEngine(WebClient webClient)
          Creates an instance for the specified WebClient.
 

Uses of WebClient in com.gargoylesoftware.htmlunit.javascript.background
 

Constructors in com.gargoylesoftware.htmlunit.javascript.background with parameters of type WebClient
GAEJavaScriptExecutor(WebClient webClient)
          Creates an EventLoop for the webClient.
JavaScriptExecutor(WebClient webClient)
          Creates an EventLoop for the webClient.
 

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.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.