Java org.apache.http.client HttpClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client HttpClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client HttpClient.

The text is from its open source code.

Implementation

org.apache.http.client.HttpClient has the following implementations.
Click this link to see all its implementation.

Constructor

Method

HttpResponseexecute(HttpUriRequest request)
Executes HTTP request using the default context.
HttpResponseexecute(HttpUriRequest request, HttpContext context)
Executes HTTP request using the given context.
HttpResponseexecute(HttpHost target, HttpRequest request)
Executes HTTP request using the default context.
Texecute(HttpUriRequest request, ResponseHandler responseHandler)
Executes HTTP request using the default context and processes the response using the given response handler.
HttpResponseexecute(HttpHost target, HttpRequest request, HttpContext context)
Executes HTTP request using the given context.
Texecute(HttpUriRequest request, ResponseHandler responseHandler, HttpContext context)
Executes HTTP request using the given context and processes the response using the given response handler.
Texecute(HttpHost target, HttpRequest request, ResponseHandler responseHandler)
Executes HTTP request to the target using the default context and processes the response using the given response handler.
ClassgetClass()
Returns the runtime class of this Object .
ClientConnectionManagergetConnectionManager()
Obtains the connection manager used by this client.
HttpParamsgetParams()
Obtains the parameters for this client.