Uses of Class
org.openstreetmap.josm.tools.HttpClient.Response
-
Packages that use HttpClient.Response 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 withJMapViewer
classes.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. -
-
Uses of HttpClient.Response in org.openstreetmap.josm.data.cache
Methods in org.openstreetmap.josm.data.cache with parameters of type HttpClient.Response Modifier and Type Method Description protected CacheEntryAttributes
JCSCachedTileLoaderJob. parseHeaders(HttpClient.Response urlConn)
-
Uses of HttpClient.Response in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery with parameters of type HttpClient.Response Modifier and Type Method Description protected CacheEntryAttributes
TMSCachedTileLoaderJob. parseHeaders(HttpClient.Response urlConn)
-
Uses of HttpClient.Response in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type HttpClient.Response Modifier and Type Method Description private static java.lang.String
OsmServerReader. fetchResponseText(HttpClient.Response response)
-
Uses of HttpClient.Response in org.openstreetmap.josm.tools
Subclasses of HttpClient.Response in org.openstreetmap.josm.tools Modifier and Type Class Description static class
Http1Client.Http1Response
A wrapper for the HTTP 1.x response.Fields in org.openstreetmap.josm.tools declared as HttpClient.Response Modifier and Type Field Description private HttpClient.Response
HttpClient. response
Methods in org.openstreetmap.josm.tools that return HttpClient.Response Modifier and Type Method 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. connect(ProgressMonitor progressMonitor, java.lang.String authRedirectLocation, java.lang.String authRequestProperty)
Opens the HTTP connection.HttpClient.Response
HttpClient. getResponse()
Returns the HTTP response which is set only after callingHttpClient.connect()
.HttpClient.Response
HttpClient.Response. uncompress(boolean uncompress)
Sets whethergetContent()
should uncompress the input stream if necessary.HttpClient.Response
HttpClient.Response. uncompressAccordingToContentDisposition(boolean uncompressAccordingToContentDisposition)
Sets whethergetContent()
should uncompress the input stream according toContent-Disposition
HTTP header.
-