FileDocCategorySizeDatePackage
ResponseDelivery.javaAPI DocAndroid 5.1 API1210Thu Mar 12 22:22:56 GMT 2015com.android.volley

ResponseDelivery

public interface ResponseDelivery

Fields Summary
Constructors Summary
Methods Summary
public voidpostError(Request request, VolleyError error)
Posts an error for the given request.

public voidpostResponse(Request request, Response response)
Parses a response from the network or cache and delivers it.

public voidpostResponse(Request request, Response response, java.lang.Runnable runnable)
Parses a response from the network or cache and delivers it. The provided Runnable will be executed after delivery.