Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

ResponseHandler

org.apache.http.client.ResponseHandler<T>
Known Indirect Subclasses

Class Overview

Handler that encapsulates the process of generating a response object from a HttpResponse .

Summary

Public Methods
abstract T handleResponse ( HttpResponse response)
Processes an HttpResponse and returns some value corresponding to that response.

Public Methods

public abstract T handleResponse ( HttpResponse response)

Added in API level 1

Processes an HttpResponse and returns some value corresponding to that response.

Parameters
response The response to process
Returns
  • A value determined by the response
Throws
ClientProtocolException in case of an http protocol error
IOException in case of a problem or the connection was aborted