Searched defs:connectionPool (Results 1 – 4 of 4) sorted by relevance
60 private ConnectionPool connectionPool; field in ConfigAwareConnectionPool
82 protected final AbstractConnPool connectionPool; field in ThreadSafeClientConnManager
192 private ConnectionPool connectionPool; field in OkHttpClient444 public OkHttpClient setConnectionPool(ConnectionPool connectionPool) { in setConnectionPool()
398 ConnectionPool connectionPool = new ConnectionPool(5, 5000); in disconnectWithStreamNotEstablished() local