HomeSort by relevance Sort by last modified time
    Searched refs:maxTotalConnections (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 141 * @param maxTotalConnections The maximum number of connections allowed.
147 int maxTotalConnections) {
152 params.setIntParameter(MAX_TOTAL_CONNECTIONS, maxTotalConnections);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 94 protected final int maxTotalConnections;
111 maxTotalConnections = ConnManagerParams
296 log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);
318 if (hasCapacity && numConnections < maxTotalConnections) {

Completed in 593 milliseconds