Uses of Class
org.apache.http.client.ClientProtocolException
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.impl.client |
-
Uses of ClientProtocolException in org.apache.http.client
Subclasses of ClientProtocolException in org.apache.http.client Modifier and Type Class Description classHttpResponseExceptionSignals a non 2xx HTTP response.Methods in org.apache.http.client that throw ClientProtocolException Modifier and Type Method Description HttpResponseHttpClient. execute(HttpUriRequest request)Executes a request using the default context.<T> THttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler)Executes a request using the default context and processes the response using the given response handler.<T> THttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)Executes a request using the given context and processes the response using the given response handler.HttpResponseHttpClient. execute(HttpUriRequest request, HttpContext context)Executes a request using the given context.HttpResponseHttpClient. execute(HttpHost target, HttpRequest request)Executes a request to the target using the default context.<T> THttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler)Executes a request to the target using the default context and processes the response using the given response handler.<T> THttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)Executes a request to the target using the given context and processes the response using the given response handler.HttpResponseHttpClient. execute(HttpHost target, HttpRequest request, HttpContext context)Executes a request to the target using the given context.TResponseHandler. handleResponse(HttpResponse response)Processes anHttpResponseand returns some value corresponding to that response. -
Uses of ClientProtocolException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw ClientProtocolException Modifier and Type Method Description HttpResponseAbstractHttpClient. execute(HttpUriRequest request)<T> TAbstractHttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler)<T> TAbstractHttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)HttpResponseAbstractHttpClient. execute(HttpUriRequest request, HttpContext context)Maps toexecute(target, request, context).HttpResponseAbstractHttpClient. execute(HttpHost target, HttpRequest request)<T> TAbstractHttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler)<T> TAbstractHttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)HttpResponseAbstractHttpClient. execute(HttpHost target, HttpRequest request, HttpContext context)