org.apache.http.client.ResponseHandler<T> |
Known Indirect Subclasses |
Handler that encapsulates the process of generating a response object
from a HttpResponse
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Processes an
HttpResponse and returns some value
corresponding to that response. |
Processes an HttpResponse
and returns some value
corresponding to that response.
response | The response to process |
---|
ClientProtocolException | in case of an http protocol error |
---|---|
IOException | in case of a problem or the connection was aborted |