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