|
|||||||||
| Home >> All >> com >> meterware >> [ httpunit overview ] | PREV NEXT | ||||||||
Uses of Class
com.meterware.httpunit.WebClient
| Uses of WebClient in com.meterware.httpunit |
| Subclasses of WebClient in com.meterware.httpunit | |
class |
WebConversation
The context for a series of HTTP requests. |
| Fields in com.meterware.httpunit declared as WebClient | |
private WebClient |
WebWindow._client
The client which created this window. |
private WebClient |
WebResponse._client
|
| Methods in com.meterware.httpunit that return WebClient | |
WebClient |
WebWindow.getClient()
Returns the web client associated with this window. |
| Methods in com.meterware.httpunit with parameters of type WebClient | |
void |
WebWindowListener.windowOpened(WebClient client,
WebWindow window)
Invoked when the web client opens a new window. |
void |
WebWindowListener.windowClosed(WebClient client,
WebWindow window)
Invoked when the web client closes a window. |
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. |
| Constructors in com.meterware.httpunit with parameters of type WebClient | |
DefaultWebResponse(WebClient client,
java.net.URL url,
java.lang.String text)
|
|
DefaultWebResponse(WebClient client,
FrameSelector frame,
java.net.URL url,
java.lang.String text)
|
|
WebWindow(WebClient client)
|
|
WebWindow(WebClient client,
WebResponse opener)
|
|
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. |
|
|
|||||||||
| Home >> All >> com >> meterware >> [ httpunit overview ] | PREV NEXT | ||||||||