Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/conn/params/
DConnManagerParams.java147 params.setIntParameter(MAX_TOTAL_CONNECTIONS, maxTotalConnections); in setMaxTotalConnections()
165 return params.getIntParameter(MAX_TOTAL_CONNECTIONS, DEFAULT_MAX_TOTAL_CONNECTIONS); in getMaxTotalConnections()
DConnManagerPNames.java71 public static final String MAX_TOTAL_CONNECTIONS = "http.conn-manager.max-total"; field
DConnManagerParamBean.java54 params.setIntParameter(ConnManagerPNames.MAX_TOTAL_CONNECTIONS, maxConnections); in setMaxTotalConnections()