public interface IConnectionCallback
Connection.executeAsync(IConnectionCallback, boolean)
method.Modifier and Type | Method and Description |
---|---|
void |
onResponse(HttpResponse response)
This method will be called when a response is available.
|
void onResponse(HttpResponse response)
response
- - data received from server.Connection.executeAsync(IConnectionCallback, boolean)
.