MCPcopy Create free account
hub / github.com/wyouflf/xUtils3 / onFinished

Method onFinished

xutils/src/main/java/org/xutils/http/HttpTask.java:464–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462 }
463
464 @Override
465 protected void onFinished() {
466 if (tracker != null) {
467 tracker.onFinished(request);
468 }
469 x.task().run(new Runnable() {
470 @Override
471 public void run() {
472 closeRequestSync();
473 }
474 });
475 callback.onFinished();
476 }
477
478 private void clearRawResult() {
479 if (rawResult instanceof Closeable) {

Callers

nothing calls this directly

Calls 3

taskMethod · 0.80
onFinishedMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected