public interface WebClientListener
Modifier and Type | Method and Description |
---|---|
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.
|
void requestSent(WebClient src, WebRequest req)
void responseReceived(WebClient src, WebResponse resp)