// Put ourself as callback.
// Fetch it. If it fails, ignore it, if it succeeds, return the data with the edition # to the client.
FreenetURI uri = key.getSSK(l).getURI();
try {
SingleFileFetcher getter =
(SingleFileFetcher) SingleFileFetcher.create(this, this, uri, ctx, new ArchiveContext(ctx.maxTempLength, ctx.maxArchiveLevels),
ctx.maxNonSplitfileRetries, 0, true, l, true, false, context, realTimeFlag, false);
getter.schedule(context);
} catch (MalformedURLException e) {
Logger.error(this, "Impossible: "+e, e);
} catch (FetchException e) {