MCPcopy Index your code
hub / github.com/InstantWebP2P/node-android / get

Method get

app/src/main/java/com/iwebpp/node/http/http.java:282–294  ·  view source on GitHub ↗
(
			NodeContext ctx, 
			ReqOptions options, 
			ClientRequest.responseListener onres)

Source from the content-addressed store, hash-verified

280
281 // http.get(options, [callback])
282 public static ClientRequest get(
283 NodeContext ctx,
284 ReqOptions options,
285 ClientRequest.responseListener onres) throws Exception {
286
287 // GET method
288 options.method = "GET";
289 options.httpp = false;
290
291 ClientRequest req = request(ctx, options, onres);
292 req.end();
293 return req;
294 }
295 public static ClientRequest get(
296 NodeContext ctx,
297 String url,

Callers 15

handleMessageMethod · 0.45
addListenerMethod · 0.45
removeListenerMethod · 0.45
listenersMethod · 0.45
listenerCountMethod · 0.45
getNonceMethod · 0.45
generateNonceMethod · 0.45
getNonceMethod · 0.45
generateNonceMethod · 0.45
getNonceMethod · 0.45
generateNonceMethod · 0.45
getNonceMethod · 0.45

Calls 3

requestMethod · 0.95
parseMethod · 0.95
endMethod · 0.65

Tested by 15

onTimeoutMethod · 0.36
arrayMethod · 0.36
testFileChangeEventMethod · 0.36
testFileRenameEventMethod · 0.36
testIdleMethod · 0.36
testConnectionMethod · 0.36
testConnection6Method · 0.36
onReadMethod · 0.36
testConnectionMethod · 0.36
testConnection6Method · 0.36
onReadMethod · 0.36
testConnectionMethod · 0.36