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.getHttpClientFactory()
Returns the
HttpClientFactory that is used when creating instances of HttpClient within the
HttpClientAccessor . |
static HttpClientFactory |
HttpClientAccessor.getHttpClientProvider()
Deprecated.
Use
HttpClientAccessor.getHttpClientFactory() instead. |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.HttpClient |
HttpClientCache.getHttpClient(Destination destination,
HttpClientFactory httpClientFactory)
Gets the
HttpClient for the given Destination from this cache. |
protected org.apache.http.client.HttpClient |
HttpClientCache.getHttpClient(HttpClientFactory httpClientFactory)
Gets the non-destination-specific
HttpClient from this cache. |
static void |
HttpClientAccessor.setHttpClientFactory(HttpClientFactory httpClientFactory)
Sets the
HttpClientFactory that is used when creating instances of HttpClient within the
HttpClientAccessor . |
static void |
HttpClientAccessor.setHttpClientProvider(HttpClientFactory httpClientFactory)
Deprecated.
|
Copyright © 2019 SAP SE. All rights reserved.