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 withJMapViewerclasses.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 CacheEntryAttributesJCSCachedTileLoaderJob. 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 CacheEntryAttributesTMSCachedTileLoaderJob. 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.StringOsmServerReader. 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 classHttp1Client.Http1ResponseA wrapper for the HTTP 1.x response.Fields in org.openstreetmap.josm.tools declared as HttpClient.Response Modifier and Type Field Description private HttpClient.ResponseHttpClient. responseMethods in org.openstreetmap.josm.tools that return HttpClient.Response Modifier and Type Method Description protected HttpClient.ResponseHttp1Client. buildResponse(ProgressMonitor progressMonitor)protected abstract HttpClient.ResponseHttpClient. buildResponse(ProgressMonitor progressMonitor)HttpClient.ResponseHttpClient. connect()Opens the HTTP connection.HttpClient.ResponseHttpClient. connect(ProgressMonitor progressMonitor)Opens the HTTP connection.HttpClient.ResponseHttpClient. connect(ProgressMonitor progressMonitor, java.lang.String authRedirectLocation, java.lang.String authRequestProperty)Opens the HTTP connection.HttpClient.ResponseHttpClient. getResponse()Returns the HTTP response which is set only after callingHttpClient.connect().HttpClient.ResponseHttpClient.Response. uncompress(boolean uncompress)Sets whethergetContent()should uncompress the input stream if necessary.HttpClient.ResponseHttpClient.Response. uncompressAccordingToContentDisposition(boolean uncompressAccordingToContentDisposition)Sets whethergetContent()should uncompress the input stream according toContent-DispositionHTTP header.
-