Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java247 public int getConnectionsInPool(HttpRoute route) {
248 return ((ConnPoolByRoute)connectionPool).getConnectionsInPool(
261 public int getConnectionsInPool() {
DConnPoolByRoute.java203 public int getConnectionsInPool(HttpRoute route) { in getConnectionsInPool() method in ConnPoolByRoute