AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.network.toolbox.ResponseDelivery接口 参考
类 com.ab.network.toolbox.ResponseDelivery 继承关系图:
com.ab.network.toolbox.ExecutorDelivery

Public 成员函数

void postResponse (Request<?> request, Response<?> response)
 
void postResponse (Request<?> request, Response<?> response, Runnable runnable)
 
void postError (Request<?> request, VolleyError error)
 

成员函数说明

void com.ab.network.toolbox.ResponseDelivery.postError ( Request<?>  request,
VolleyError  error 
)

Posts an error for the given request.

com.ab.network.toolbox.ExecutorDelivery 内被实现.

void com.ab.network.toolbox.ResponseDelivery.postResponse ( Request<?>  request,
Response<?>  response 
)

Parses a response from the network or cache and delivers it.

com.ab.network.toolbox.ExecutorDelivery 内被实现.

void com.ab.network.toolbox.ResponseDelivery.postResponse ( Request<?>  request,
Response<?>  response,
Runnable  runnable 
)

Parses a response from the network or cache and delivers it. The provided Runnable will be executed after delivery.

com.ab.network.toolbox.ExecutorDelivery 内被实现.


该接口的文档由以下文件生成: