Since: API Level 1
package

org.apache.http.client

Classes | Description

The API for client-side HTTP communication and entry point to the HttpClient module.

more...

Interfaces

AuthenticationHandler 
CookieStoreAbstract cookie store. 
CredentialsProviderAbstract credentials provider. 
HttpClientInterface for an HTTP client. 
HttpRequestRetryHandlerA handler for determining if an HttpRequest should be retried after a recoverable exception during execution. 
RedirectHandlerA handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server. 
RequestDirectorA client-side request director. 
ResponseHandler<T>Handler that encapsulates the process of generating a response object from a HttpResponse
UserTokenHandlerA handler for determining if the given execution context is user specific or not. 

Exceptions

CircularRedirectExceptionSignals a circular redirect 
ClientProtocolExceptionSignals an error in the HTTP protocol. 
HttpResponseExceptionSignals a non 2xx HTTP response. 
NonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable request entity. 
RedirectExceptionSignals violation of HTTP specification caused by an invalid redirect