FileDocCategorySizeDatePackage
ResponseHandler.javaAPI DocAndroid 1.5 API2248Wed May 06 22:41:10 BST 2009org.apache.http.client

ResponseHandler

public interface ResponseHandler
Handler that encapsulates the process of generating a response object from a {@link HttpResponse}.
author
Oleg Kalnichevski
since
4.0

Fields Summary
Constructors Summary
Methods Summary
public ThandleResponse(org.apache.http.HttpResponse response)
Processes an {@link HttpResponse} and returns some value corresponding to that response.

param
response The response to process
return
A value determined by the response
throws
ClientProtocolException in case of an http protocol error
throws
IOException in case of a problem or the connection was aborted