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