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

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

Introduction

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

The text is from its open source code.

Method

CloseableHttpClientcreateDefault()
Creates CloseableHttpClient instance with default configuration.
CloseableHttpClientcreateMinimal(final HttpClientConnectionManager connManager)
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
CloseableHttpClientcreateMinimal()
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
CloseableHttpClientcreateSystem()
Creates CloseableHttpClient instance with default configuration based on ssytem properties.
HttpClientBuildercustom()
Creates builder object for construction of custom CloseableHttpClient instances.