Uses of Class
org.apache.http.client.ClientProtocolException
Packages that use ClientProtocolException
Package
Description
Client HTTP communication APIs.
Default HTTP client implementation.
-
Uses of ClientProtocolException in org.apache.http.client
Subclasses of ClientProtocolException in org.apache.http.clientMethods in org.apache.http.client that throw ClientProtocolExceptionModifier and TypeMethodDescriptionorg.apache.http.HttpResponseHttpClient.execute(HttpUriRequest request) Executes HTTP request using the default context.<T> THttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Executes HTTP request using the default context and processes the response using the given response handler.<T> THttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context and processes the response using the given response handler.org.apache.http.HttpResponseHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context.org.apache.http.HttpResponseHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request) Executes HTTP request using the default context.<T> THttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, ResponseHandler<? extends T> responseHandler) Executes HTTP request to the target using the default context and processes the response using the given response handler.<T> THttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Executes HTTP request to the target using the given context and processes the response using the given response handler.org.apache.http.HttpResponseHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context.ResponseHandler.handleResponse(org.apache.http.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 ClientProtocolExceptionModifier and TypeMethodDescriptionprivate static org.apache.http.HttpHostCloseableHttpClient.determineTarget(HttpUriRequest request) protected final CloseableHttpResponseAbstractHttpClient.doExecute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Deprecated.protected abstract CloseableHttpResponseCloseableHttpClient.doExecute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) protected CloseableHttpResponseInternalHttpClient.doExecute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) protected CloseableHttpResponseMinimalHttpClient.doExecute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) CloseableHttpClient.execute(HttpUriRequest request) Executes HTTP request using the default context.<T> TCloseableHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Executes a request using the default context and processes the response using the given response handler.<T> TCloseableHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Executes a request using the default context and processes the response using the given response handler.CloseableHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context.CloseableHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request) Executes HTTP request using the default context.<T> TCloseableHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, ResponseHandler<? extends T> responseHandler) Executes a request using the default context and processes the response using the given response handler.<T> TCloseableHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Executes a request using the default context and processes the response using the given response handler.CloseableHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context.org.apache.http.HttpResponseDecompressingHttpClient.execute(HttpUriRequest request) Deprecated.<T> TDecompressingHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Deprecated.<T> TDecompressingHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Deprecated.org.apache.http.HttpResponseDecompressingHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Deprecated.org.apache.http.HttpResponseDecompressingHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request) Deprecated.<T> TDecompressingHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, ResponseHandler<? extends T> responseHandler) Deprecated.<T> TDecompressingHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Deprecated.org.apache.http.HttpResponseDecompressingHttpClient.execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Deprecated.