| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientProtocolException | |
|---|---|
| org.apache.http.client | Client HTTP communication APIs. | 
| org.apache.http.impl.client | Default HTTP client implementation. | 
| Uses of ClientProtocolException in org.apache.http.client | 
|---|
| Subclasses of ClientProtocolException in org.apache.http.client | |
|---|---|
 class | 
HttpResponseException
Signals a non 2xx HTTP response.  | 
| Methods in org.apache.http.client that throw ClientProtocolException | ||
|---|---|---|
 org.apache.http.HttpResponse | 
HttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request)
Executes HTTP request using the default context.  | 
|
 org.apache.http.HttpResponse | 
HttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request,
        org.apache.http.protocol.HttpContext context)
Executes HTTP request using the given context.  | 
|
 | 
HttpClient.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.  | 
|
 | 
HttpClient.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.HttpResponse | 
HttpClient.execute(HttpUriRequest request)
Executes HTTP request using the default context.  | 
|
 org.apache.http.HttpResponse | 
HttpClient.execute(HttpUriRequest request,
        org.apache.http.protocol.HttpContext context)
Executes HTTP request using the given context.  | 
|
 | 
HttpClient.execute(HttpUriRequest request,
        ResponseHandler<? extends T> responseHandler)
Executes HTTP request using the default context and processes the response using the given response handler.  | 
|
 | 
HttpClient.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.  | 
|
 T | 
ResponseHandler.handleResponse(org.apache.http.HttpResponse response)
Processes an HttpResponse and 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 | ||
|---|---|---|
protected  CloseableHttpResponse | 
AbstractHttpClient.doExecute(org.apache.http.HttpHost target,
          org.apache.http.HttpRequest request,
          org.apache.http.protocol.HttpContext context)
Deprecated.  | 
|
protected abstract  CloseableHttpResponse | 
CloseableHttpClient.doExecute(org.apache.http.HttpHost target,
          org.apache.http.HttpRequest request,
          org.apache.http.protocol.HttpContext context)
 | 
|
 org.apache.http.HttpResponse | 
DecompressingHttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request)
Deprecated.  | 
|
 CloseableHttpResponse | 
CloseableHttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request)
Executes HTTP request using the default context.  | 
|
 org.apache.http.HttpResponse | 
DecompressingHttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request,
        org.apache.http.protocol.HttpContext context)
Deprecated.  | 
|
 CloseableHttpResponse | 
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.  | 
|
 | 
DecompressingHttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request,
        ResponseHandler<? extends T> responseHandler)
Deprecated.  | 
|
 | 
CloseableHttpClient.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.  | 
|
 | 
DecompressingHttpClient.execute(org.apache.http.HttpHost target,
        org.apache.http.HttpRequest request,
        ResponseHandler<? extends T> responseHandler,
        org.apache.http.protocol.HttpContext context)
Deprecated.  | 
|
 | 
CloseableHttpClient.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.  | 
|
 org.apache.http.HttpResponse | 
DecompressingHttpClient.execute(HttpUriRequest request)
Deprecated.  | 
|
 CloseableHttpResponse | 
CloseableHttpClient.execute(HttpUriRequest request)
Executes HTTP request using the default context.  | 
|
 org.apache.http.HttpResponse | 
DecompressingHttpClient.execute(HttpUriRequest request,
        org.apache.http.protocol.HttpContext context)
Deprecated.  | 
|
 CloseableHttpResponse | 
CloseableHttpClient.execute(HttpUriRequest request,
        org.apache.http.protocol.HttpContext context)
Executes HTTP request using the given context.  | 
|
 | 
DecompressingHttpClient.execute(HttpUriRequest request,
        ResponseHandler<? extends T> responseHandler)
Deprecated.  | 
|
 | 
CloseableHttpClient.execute(HttpUriRequest request,
        ResponseHandler<? extends T> responseHandler)
Executes a request using the default context and processes the response using the given response handler.  | 
|
 | 
DecompressingHttpClient.execute(HttpUriRequest request,
        ResponseHandler<? extends T> responseHandler,
        org.apache.http.protocol.HttpContext context)
Deprecated.  | 
|
 | 
CloseableHttpClient.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.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||