Package net.dreamlu.mica.http
Class CompletableCallback
java.lang.Object
net.dreamlu.mica.http.CompletableCallback
- All Implemented Interfaces:
okhttp3.Callback
采用 CompletableFuture 简化异步使用
- Author:
- L.cm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonFailure(okhttp3.Call call, IOException e) voidonResponse(okhttp3.Call call, okhttp3.Response response)
-
Constructor Details
-
CompletableCallback
-
-
Method Details
-
onFailure
- Specified by:
onFailurein interfaceokhttp3.Callback
-
onResponse
- Specified by:
onResponsein interfaceokhttp3.Callback- Throws:
IOException
-