Searched refs:getConnectionPool (Results 1 – 7 of 7) 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()
1296 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
182 : new StreamAllocation(client.getConnectionPool(), createAddress(client, request)); in HttpEngine()
858 assertEquals(1, client.client().getConnectionPool().getIdleConnectionCount()); in conditionalCacheHitIsNotDoublePooled()