Package | Description |
---|---|
org.openstreetmap.josm.data.cache |
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.data.oauth |
Provides the classes for OAuth authentication to OSM.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
protected CacheEntryAttributes |
JCSCachedTileLoaderJob.parseHeaders(HttpClient.Response urlConn) |
Modifier and Type | Method and Description |
---|---|
protected CacheEntryAttributes |
TMSCachedTileLoaderJob.parseHeaders(HttpClient.Response urlConn) |
Modifier and Type | Field and Description |
---|---|
(package private) HttpClient.Response |
SignpostAdapters.HttpResponse.response |
Constructor and Description |
---|
HttpResponse(HttpClient.Response response) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
OsmServerReader.fetchResponseText(HttpClient.Response response) |
Modifier and Type | Class and Description |
---|---|
static class |
Http1Client.Http1Response
A wrapper for the HTTP 1.x response.
|
Modifier and Type | Field and Description |
---|---|
private HttpClient.Response |
HttpClient.response |
Modifier and Type | Method and Description |
---|---|
protected HttpClient.Response |
Http1Client.buildResponse(ProgressMonitor progressMonitor) |
protected abstract HttpClient.Response |
HttpClient.buildResponse(ProgressMonitor progressMonitor) |
HttpClient.Response |
HttpClient.connect()
Opens the HTTP connection.
|
HttpClient.Response |
HttpClient.connect(ProgressMonitor progressMonitor)
Opens the HTTP connection.
|
HttpClient.Response |
HttpClient.getResponse()
Returns the HTTP response which is set only after calling
HttpClient.connect() . |
HttpClient.Response |
HttpClient.Response.uncompress(boolean uncompress)
Sets whether
getContent() should uncompress the input stream if necessary. |
HttpClient.Response |
HttpClient.Response.uncompressAccordingToContentDisposition(boolean uncompressAccordingToContentDisposition)
Sets whether
getContent() should uncompress the input stream according to Content-Disposition
HTTP header. |