Package | Description |
---|---|
org.openstreetmap.josm.data.cache | |
org.openstreetmap.josm.data.imagery |
Modifier and Type | Method and Description |
---|---|
private JCSCachedTileLoaderJob<?,?> |
HostLimitQueue.findJob() |
Modifier and Type | Method and Description |
---|---|
private Semaphore |
HostLimitQueue.getSemaphore(JCSCachedTileLoaderJob<?,?> job) |
private void |
HostLimitQueue.releaseSemaphore(JCSCachedTileLoaderJob<?,?> job) |
private boolean |
HostLimitQueue.tryAcquireSemaphore(JCSCachedTileLoaderJob<?,?> job) |
Modifier and Type | Class and Description |
---|---|
class |
TMSCachedTileLoaderJob |
class |
WMSCachedTileLoaderJob
Separate class to handle WMS jobs, as it needs to react differently to HTTP response codes from WMS server
|