类 OkHttp3ConnectionManager
java.lang.Object
com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager
- 所有已实现的接口:
ForestConnectionManager
- 从以下版本开始:
- 2018-02-27 17:10
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明okhttp3.OkHttpClientgetClient(ForestRequest request, LifeCycleHandler lifeCycleHandler) okhttp3.ConnectionPool获取OkHttp连接池对象getX509TrustManager(ForestRequest request) voidinit(ForestConfiguration configuration) boolean
-
构造器详细资料
-
OkHttp3ConnectionManager
public OkHttp3ConnectionManager()
-
-
方法详细资料
-
getX509TrustManager
-
getClient
-
isInitialized
public boolean isInitialized()- 指定者:
isInitialized在接口中ForestConnectionManager
-
init
- 指定者:
init在接口中ForestConnectionManager
-
getOkHttpPool
public okhttp3.ConnectionPool getOkHttpPool()获取OkHttp连接池对象- 返回:
ConnectionPool实例
-