public class HttpClientBuilders extends Object
HttpClient
s and HttpClientBuilders
.HttpClientDependent
Constructor and Description |
---|
HttpClientBuilders() |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.impl.client.HttpClientBuilder |
getSSLTrustAllHttpClientBuilder()
Return an
HttpClientBuilder that can be used to build an HttpClient which trusts all certificates
(particularly including self-signed certificates). |
public static org.apache.http.impl.client.HttpClientBuilder getSSLTrustAllHttpClientBuilder()
HttpClientBuilder
that can be used to build an HttpClient
which trusts all certificates
(particularly including self-signed certificates).HttpClientBuilder
for SSL trust allCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.