Package net.dreamlu.mica.http
Class AsyncCallback
java.lang.Object
net.dreamlu.mica.http.AsyncCallback
- All Implemented Interfaces:
okhttp3.Callback
异步处理
- Author:
- L.cm
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailure(okhttp3.Call call, IOException e) voidonResponse(okhttp3.Call call, okhttp3.Response response)
-
Method Details
-
onFailure
- Specified by:
onFailurein interfaceokhttp3.Callback
-
onResponse
- Specified by:
onResponsein interfaceokhttp3.Callback- Throws:
IOException
-