Searched defs:connectionPool (Results 1 – 6 of 6) sorted by relevance
60 private ConnectionPool connectionPool; field in ConfigAwareConnectionPool
82 protected final AbstractConnPool connectionPool; field in ThreadSafeClientConnManager
77 private final ConnectionPool connectionPool; field in StreamAllocation86 public StreamAllocation(ConnectionPool connectionPool, Address address) { in StreamAllocation()
63 public abstract RouteDatabase routeDatabase(ConnectionPool connectionPool); in routeDatabase()
139 private ConnectionPool connectionPool; field in OkHttpClient405 public OkHttpClient setConnectionPool(ConnectionPool connectionPool) { in setConnectionPool()
398 ConnectionPool connectionPool = new ConnectionPool(5, 5000); in disconnectWithStreamNotEstablished() local