Searched refs:getConnectionPool (Results 1 – 9 of 9) sorted by relevance
176 assertNotNull(a.getConnectionPool()); in cloneSharesStatefulInstances()183 assertSame(a.getConnectionPool(), b.getConnectionPool()); in cloneSharesStatefulInstances()
1030 assertEquals(1, client.getConnectionPool().getIdleConnectionCount()); in conditionalCacheHitIsNotDoublePooled()
1308 assertEquals(0, client.client().getConnectionPool().getIdleConnectionCount()); in endOfStreamResponseIsNotPooled()
242 client.getConnectionPool().evictAll(); // Close any persistent connections. in close()
410 public ConnectionPool getConnectionPool() { in getConnectionPool() method in OkHttpClient
422 public ConnectionPool getConnectionPool() { in getConnectionPool() method in OkHttpClient
189 : new StreamAllocation(client.getConnectionPool(), createAddress(client, request)); in HttpEngine()
182 : new StreamAllocation(client.getConnectionPool(), createAddress(client, request)); in HttpEngine()
858 assertEquals(1, client.client().getConnectionPool().getIdleConnectionCount()); in conditionalCacheHitIsNotDoublePooled()