public interface HttpClientProvider
HttpClient. Implementations can provide specialized clients, e.g. clients
with client-side caching support or connection pooling.| Modifier and Type | Method and Description |
|---|---|
org.apache.http.impl.client.CloseableHttpClient |
getClient(ClientProperties clientProperties)
Get an
HttpClient instance with the provided connection manager and request configuration. |
org.apache.http.impl.client.CloseableHttpClient getClient(ClientProperties clientProperties)
HttpClient instance with the provided connection manager and request configuration.clientProperties - the clientProperties for configuring the HttpClient.HttpClient configured with the given connection manager and request config.Copyright © 2023 Atlassian. All rights reserved.