public interface HTTPClientAsyncResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onAsyncResponse(HTTPResponse httpResponse)
Called when a HTTP response is received.
|
void onAsyncResponse(HTTPResponse httpResponse) throws java.lang.Exception
httpResponse - the received HTTP response.java.lang.Exception - if somewhat fails in the implementation of the interface.