Methods Summary |
---|
public T | execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler responseHandler, org.apache.http.protocol.HttpContext context)Executes a request to the target using the given context and
processes the response using the given response handler.
|
public org.apache.http.HttpResponse | execute(org.apache.http.client.methods.HttpUriRequest request)Executes a request using the default context.
|
public org.apache.http.HttpResponse | execute(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.protocol.HttpContext context)Executes a request using the given context.
The route to the target will be determined by the HTTP client.
|
public org.apache.http.HttpResponse | execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request)Executes a request to the target using the default context.
|
public org.apache.http.HttpResponse | execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)Executes a request to the target using the given context.
|
public T | execute(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.client.ResponseHandler responseHandler)Executes a request using the default context and processes the
response using the given response handler.
|
public T | execute(org.apache.http.client.methods.HttpUriRequest request, org.apache.http.client.ResponseHandler responseHandler, org.apache.http.protocol.HttpContext context)Executes a request using the given context and processes the
response using the given response handler.
|
public T | execute(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler responseHandler)Executes a request to the target using the default context and
processes the response using the given response handler.
|
public org.apache.http.conn.ClientConnectionManager | getConnectionManager()Obtains the connection manager used by this client.
|
public org.apache.http.params.HttpParams | getParams()Obtains the parameters for this client.
These parameters will become defaults for all requests being
executed with this client, and for the parameters of
dependent objects in this client.
|