public interface JsonRpcMultiCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(IOException ex)
Called when an error occured during the Http Request.
|
void |
onResponse(List<JsonRpcResponse<T>> results)
Called when response has been received from remote server.
|
void onResponse(@Nullable List<JsonRpcResponse<T>> results)
results - the parsed set of JsonRpcResponse objects, or null if none returnedvoid onFailure(IOException ex)
ex - the exceptionCopyright © 2017. All rights reserved.