Uses of Class
com.meterware.httpunit.WebClient

Packages that use WebClient
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.servletunit Classes for unit testing servlets, providing internal access to running servlets using a simulated servlet container. 
 

Uses of WebClient in com.meterware.httpunit
 

Subclasses of WebClient in com.meterware.httpunit
 class WebConversation
          The context for a series of HTTP requests.
 

Methods in com.meterware.httpunit that return WebClient
 WebClient WebWindow.getClient()
          Returns the web client associated with this window.
 WebClient WebResponse.getClient()
          getter for the WebClient
 

Methods in com.meterware.httpunit with parameters of type WebClient
 void WebClientListener.requestSent(WebClient src, WebRequest req)
          Invoked when the web client sends a request.
 void WebClientListener.responseReceived(WebClient src, WebResponse resp)
          Invoked when the web client receives a response.
 void WebWindowListener.windowClosed(WebClient client, WebWindow window)
          Invoked when the web client closes a window.
 void WebWindowListener.windowOpened(WebClient client, WebWindow window)
          Invoked when the web client opens a new window.
 

Constructors in com.meterware.httpunit with parameters of type WebClient
WebResponse(WebClient client, FrameSelector frame, java.net.URL url)
          Constructs a response object.
WebResponse(WebClient client, FrameSelector frame, java.net.URL url, java.lang.String text)
          Constructs a response object.
 

Uses of WebClient in com.meterware.servletunit
 

Subclasses of WebClient in com.meterware.servletunit
 class ServletUnitClient
          A client for use with the servlet runner class, allowing the testing of servlets without an actual servlet container.
 



Copyright © 2011. All Rights Reserved.