Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/koush/AndroidAsync
/ put
Method
put
AndroidAsync/src/com/koushikdutta/async/http/Multimap.java:63–67 ·
view source on GitHub ↗
(String name, String value)
Source
from the content-addressed store, hash-verified
61
}
62
63
public
void
put(String name, String value) {
64
List<String> ret = newList();
65
ret.add(value);
66
put(name, ret);
67
}
68
69
public
Multimap(List<NameValuePair> pairs) {
70
for
(NameValuePair pair: pairs)
Callers
15
ensure
Method · 0.95
testPostJsonObject
Method · 0.45
onRequest
Method · 0.45
testJSONObject
Method · 0.45
concatLengthPrefixed
Method · 0.45
testConscryptSSLEngineNPNHandshakeBug
Method · 0.45
add
Method · 0.45
addFirst
Method · 0.45
deepCopy
Method · 0.45
getOrCreateThreadQueue
Method · 0.45
writeAll
Method · 0.45
getTap
Method · 0.45
Calls
2
newList
Method · 0.95
add
Method · 0.65
Tested by
5
testPostJsonObject
Method · 0.36
onRequest
Method · 0.36
testJSONObject
Method · 0.36
concatLengthPrefixed
Method · 0.36
testConscryptSSLEngineNPNHandshakeBug
Method · 0.36