Searched refs:getConnectionsInPool (Results 1 – 2 of 2) sorted by relevance
247 public int getConnectionsInPool(HttpRoute route) {248 return ((ConnPoolByRoute)connectionPool).getConnectionsInPool(261 public int getConnectionsInPool() {
203 public int getConnectionsInPool(HttpRoute route) { in getConnectionsInPool() method in ConnPoolByRoute