接口 HttpBackend.HttpExecutorCreator
- 封闭接口:
- HttpBackend
public static interface HttpBackend.HttpExecutorCreator
HTTP执行器的构建器
-
方法概要
修饰符和类型方法说明createExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) 创建HTTP执行器
-
方法详细资料
-
createExecutor
HttpExecutor createExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) 创建HTTP执行器- 参数:
connectionManager- Forest连接池对象request- Forest请求对象lifeCycleHandler- 生命周期处理器- 返回:
- HTTP执行器
-