类 HttpclientBackend
java.lang.Object
com.dtflys.forest.backend.AbstractHttpBackend
com.dtflys.forest.backend.httpclient.HttpclientBackend
- 所有已实现的接口:
HttpBackend
- 从以下版本开始:
- 2017-04-20 18:23
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
嵌套类概要
从接口继承的嵌套类/接口 com.dtflys.forest.backend.HttpBackend
HttpBackend.HttpExecutorCreator -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createSyncExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) getName()获取后端框架名称boolean从类继承的方法 com.dtflys.forest.backend.AbstractHttpBackend
createAsyncExecutor, createExecutor, createKotlinCoroutineExecutor, getConnectionManager, init
-
字段详细资料
-
NAME
- 另请参阅:
-
-
构造器详细资料
-
HttpclientBackend
public HttpclientBackend()
-
-
方法详细资料
-
getName
从接口复制的说明:HttpBackend获取后端框架名称- 返回:
- 后端框架名称
-
isAllowEncodeBraceInQueryValue
public boolean isAllowEncodeBraceInQueryValue() -
createSyncExecutor
public HttpExecutor createSyncExecutor(ForestConnectionManager connectionManager, ForestRequest request, LifeCycleHandler lifeCycleHandler) - 指定者:
createSyncExecutor在类中AbstractHttpBackend
-