OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxPerHostMap
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/conn/params/
ConnPerRouteBean.java
55
private final Map<HttpRoute, Integer>
maxPerHostMap
;
61
this.
maxPerHostMap
= new HashMap<HttpRoute, Integer>();
90
this.
maxPerHostMap
.put(route, Integer.valueOf(max));
98
Integer max = this.
maxPerHostMap
.get(route);
110
this.
maxPerHostMap
.clear();
111
this.
maxPerHostMap
.putAll(map);
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
Completed in 38 milliseconds