Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpClientFactory
Default implementation of
HttpClientFactory based on instances of HttpClientBuilder . |
Modifier and Type | Method and Description |
---|---|
static HttpClientFactory |
HttpClientAccessor.getHttpClientProvider()
Configures the
HttpClientFactory that is used when creating instances of HttpClient within the
HttpClientAccessor . |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.HttpClient |
HttpClientCache.getHttpClient(Destination destination,
HttpClientFactory httpClientProvider)
Gets the
HttpClient for the given Destination from this cache. |
protected org.apache.http.client.HttpClient |
HttpClientCache.getHttpClient(HttpClientFactory httpClientProvider)
Gets the non-destination-specific
HttpClient from this cache. |
static void |
HttpClientAccessor.setHttpClientProvider(HttpClientFactory httpClientProvider)
Configures the
HttpClientFactory that is used when creating instances of HttpClient within the
HttpClientAccessor . |
Copyright © 2018 SAP SE. All rights reserved.