Searched refs:maxTotalConnections (Results 1 – 3 of 3) sorted by relevance
147 int maxTotalConnections) { in setMaxTotalConnections() argument152 params.setIntParameter(MAX_TOTAL_CONNECTIONS, maxTotalConnections); in setMaxTotalConnections()
94 protected final int maxTotalConnections; field in ConnPoolByRoute111 maxTotalConnections = ConnManagerParams in ConnPoolByRoute()296 … log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);318 if (hasCapacity && numConnections < maxTotalConnections) {
2905 field @Deprecated protected final int maxTotalConnections;