com.meterware.httpunit
Interface WebClientListener


public interface WebClientListener

A listener for messages sent and received by a web client.

Author:
Oliver Imbusch, Russell Gold

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.
 

Method Detail

requestSent

public void requestSent(WebClient src,
                        WebRequest req)
Invoked when the web client sends a request.


responseReceived

public void responseReceived(WebClient src,
                             WebResponse resp)
Invoked when the web client receives a response.


Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.