Home
last modified time | relevance | path

Searched refs:createConnectionPool (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java98 this.connectionPool = createConnectionPool(params); in ThreadSafeClientConnManager()
115 protected AbstractConnPool createConnectionPool(final HttpParams params) { in createConnectionPool() method in ThreadSafeClientConnManager