Uses of Package
org.apache.http.client
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.client.protocol |
Additional request and response interceptors.
|
| org.apache.http.impl.client |
-
Classes in org.apache.http.client used by org.apache.http.client Class Description ClientProtocolException Signals an error in the HTTP protocol.RedirectException Signals violation of HTTP specification caused by an invalid redirectResponseHandler Handler that encapsulates the process of generating a response object from aHttpResponse. -
Classes in org.apache.http.client used by org.apache.http.client.protocol Class Description CookieStore Abstract cookie store.CredentialsProvider Abstract credentials provider. -
Classes in org.apache.http.client used by org.apache.http.impl.client Class Description AuthenticationHandler ClientProtocolException Signals an error in the HTTP protocol.CookieStore Abstract cookie store.CredentialsProvider Abstract credentials provider.HttpClient Interface for an HTTP client.HttpRequestRetryHandler A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.HttpResponseException Signals a non 2xx HTTP response.RedirectHandler A 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.RequestDirector A client-side request director.ResponseHandler Handler that encapsulates the process of generating a response object from aHttpResponse.UserTokenHandler A handler for determining if the given execution context is user specific or not.