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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.http.impl.client.CloseableHttpClient has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidclose()
Closes this stream and releases any system resources associated with it.
CloseableHttpResponseexecute(final HttpUriRequest request)
CloseableHttpResponseexecute(final HttpUriRequest request, final HttpContext context)
CloseableHttpResponseexecute(final HttpHost target, final HttpRequest request)
Texecute(final HttpUriRequest request, final ResponseHandler responseHandler)
Executes a request using the default context and processes the response using the given response handler.
CloseableHttpResponseexecute(final HttpHost target, final HttpRequest request, final HttpContext context)
Texecute(final HttpUriRequest request, final ResponseHandler responseHandler, final HttpContext context)
Executes a request using the default context and processes the response using the given response handler.
Texecute(final HttpHost target, final HttpRequest request, final ResponseHandler responseHandler)
Executes a request 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.