public final class SequenceDownloadRunnable extends BoundsDownloadRunnable
Modifier and Type | Field and Description |
---|---|
private StreetsideData |
data |
private static Function<Bounds,URL> |
URL_GEN |
bounds
Constructor and Description |
---|
SequenceDownloadRunnable(StreetsideData data,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
protected Function<Bounds,URL> |
getUrlGenerator() |
void |
run(URLConnection con) |
logConnectionInfo, run
private final StreetsideData data
public SequenceDownloadRunnable(StreetsideData data, Bounds bounds)
public void run(URLConnection con) throws IOException
run
in class BoundsDownloadRunnable
IOException
protected Function<Bounds,URL> getUrlGenerator()
getUrlGenerator
in class BoundsDownloadRunnable