程序包 dev.utils.common
接口 HttpURLConnectionUtils.TimeCallback
public static interface HttpURLConnectionUtils.TimeCallback
detail: 时间回调
- 作者:
- Ttt
-
方法概要
-
方法详细资料
-
onResponse
void onResponse(long millis) 请求响应回调- 参数:
millis- 响应时间 ( 毫秒 )
-
onFail
请求失败- 参数:
error- 失败异常
-