类 RealConnectionPool
java.lang.Object
com.lark.oapi.okhttp.internal.connection.RealConnectionPool
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidconnectFailed(Route failedRoute, IOException failure) Track a bad route in the route database.intvoidevictAll()int
-
构造器详细资料
-
RealConnectionPool
-
-
方法详细资料
-
idleConnectionCount
public int idleConnectionCount() -
connectionCount
public int connectionCount() -
evictAll
public void evictAll() -
connectFailed
Track a bad route in the route database. Other routes will be attempted first.
-