类 OkHttp3ResponseHandler
java.lang.Object
com.dtflys.forest.backend.ResponseHandler<Object>
com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseHandler
OkHttp3后端请求响应处理器
- 从以下版本开始:
- 1.1.0
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
字段概要
从类继承的字段 com.dtflys.forest.backend.ResponseHandler
lifeCycleHandler, request -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidhandleFuture(ForestRequest request, Future<Object> httpResponseFuture) handleSync(okhttp3.Response okResponse, ForestResponse response) 从类继承的方法 com.dtflys.forest.backend.ResponseHandler
handleError, handleSync
-
构造器详细资料
-
OkHttp3ResponseHandler
-
-
方法详细资料
-
handleSync
-
handleFuture
- 指定者:
handleFuture在类中ResponseHandler<Object>
-