Uses of Class
org.apache.http.client.HttpResponseException
Packages that use HttpResponseException
-
Uses of HttpResponseException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw HttpResponseExceptionModifier and TypeMethodDescriptionAbstractResponseHandler.handleResponse
(org.apache.http.HttpResponse response) Read the entity from the response body and pass it to the entity handler method if the response was successful (a 2xx status code).BasicResponseHandler.handleResponse
(org.apache.http.HttpResponse response)