Package | Description |
---|---|
org.openstreetmap.josm.data.cache | |
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.data.oauth | |
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 | Field and Description |
---|---|
private HttpClient.Response |
HttpClient.response |
Modifier and Type | Method and Description |
---|---|
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. |