API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Interface org.apache.http.client.HttpClient

Removed Methods
HttpResponse execute(RoutedRequest) Executes a request along the given route using the default context.
HttpResponse execute(RoutedRequest, HttpContext) Executes a request along the given route.
HttpResponse execute(HttpUriRequest) Executes a request using the default context.
HttpResponse execute(HttpUriRequest, HttpContext) Executes a request using the given context.
HttpContext getDefaultContext() Obtains the default context used by this client populated with default attributes.
 

Added Methods
T execute(HttpHost, HttpRequest, ResponseHandler<?, extends, T>) Executes a request to the target using the default context and processes the response using the given response handler.
T execute(HttpHost, HttpRequest, ResponseHandler<?, extends, T>, HttpContext) Executes a request to the target using the given context and processes the response using the given response handler.
T execute(HttpUriRequest, ResponseHandler<?, extends, T>) Executes a request using the default context and processes the response using the given response handler.
T execute(HttpUriRequest, ResponseHandler<?, extends, T>, HttpContext) Executes a request using the given context and processes the response using the given response handler.
HttpResponse execute(HttpHost, HttpRequest) Executes a request to the target using the default context.
HttpResponse execute(HttpHost, HttpRequest, HttpContext) Executes a request to the target using the given context.
HttpResponse execute(HttpUriRequest) Executes a request using the default context.
HttpResponse execute(HttpUriRequest, HttpContext) Executes a request using the given context.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff