com.meterware.httpunit
public interface WebClientListener
| Method Summary | |
|---|---|
| void | requestSent(WebClient src, WebRequest req)
Invoked when the web client sends a request. |
| void | responseReceived(WebClient src, WebResponse resp)
Invoked when the web client receives a response. |