public interface ResponseDelivery
Modifier and Type | Method and Description |
---|---|
void |
postError(Request<?> request,
VolleyError error)
Posts an error for the given request.
|
void |
postResponse(Request<?> request,
Response<?> response)
Parses a response from the network or cache and delivers it.
|
void |
postResponse(Request<?> request,
Response<?> response,
java.lang.Runnable runnable)
Parses a response from the network or cache and delivers it.
|
void postResponse(Request<?> request, Response<?> response)
void postResponse(Request<?> request, Response<?> response, java.lang.Runnable runnable)
void postError(Request<?> request, VolleyError error)