接口的使用
com.dtflys.forest.backend.HttpExecutor
使用HttpExecutor的程序包
程序包
说明
-
com.dtflys.forest.backend中HttpExecutor的使用
修饰符和类型方法说明AbstractHttpBackend.createAsyncExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) AbstractHttpBackend.createExecutor(ForestRequest request, LifeCycleHandler lifeCycleHandler) HttpBackend.createExecutor(ForestRequest request, LifeCycleHandler lifeCycleHandler) 创建HTTP执行器HttpBackend.HttpExecutorCreator.createExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) 创建HTTP执行器AbstractHttpBackend.createKotlinCoroutineExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) abstract HttpExecutorAbstractHttpBackend.createSyncExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) 参数类型为HttpExecutor的com.dtflys.forest.backend中的构造器限定符构造器说明AsyncHttpExecutor(ForestConfiguration configuration, HttpExecutor syncExecutor, ResponseHandler responseHandler) AsyncTask(HttpExecutor executor, LifeCycleHandler lifeCycleHandler) -
com.dtflys.forest.backend.httpclient中HttpExecutor的使用
修饰符和类型方法说明HttpclientBackend.createSyncExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) -
com.dtflys.forest.backend.httpclient.executor中HttpExecutor的使用
-
com.dtflys.forest.backend.okhttp3中HttpExecutor的使用
修饰符和类型方法说明OkHttp3Backend.createSyncExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) -
com.dtflys.forest.backend.okhttp3.executor中HttpExecutor的使用