Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient()
Creates an
HttpClient independent of any destination. |
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient()
Creates an
HttpClient independent of any destination. |
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient(Destination destination)
Creates an
HttpClient based on the given Destination . |
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient(Destination destination)
Creates an
HttpClient based on the given Destination . |
protected abstract Optional<com.google.common.cache.Cache<CacheKey,org.apache.http.client.HttpClient>> |
HttpClientCache.getCache()
Getter for the cache to be used.
|
protected Optional<com.google.common.cache.Cache<CacheKey,org.apache.http.client.HttpClient>> |
RequestScopedHttpClientCache.getCache()
Getter for the cache to be used.
|
protected abstract CacheKey |
HttpClientCache.getCacheKey()
Method called in the
#getClient(HttpClientFactory) method to create a CacheKey for no specific
Destination . |
protected CacheKey |
RequestScopedHttpClientCache.getCacheKey()
Method called in the
#getClient(HttpClientFactory) method to create a CacheKey for no specific
Destination . |
protected CacheKey |
TimeScopedHttpClientCache.getCacheKey()
Method called in the
#getClient(HttpClientFactory) method to create a CacheKey for no specific
Destination . |
protected abstract CacheKey |
HttpClientCache.getCacheKey(Destination destination)
Method called in the
#getClient(Destination, HttpClientFactory) method to create a CacheKey for
the given Destination . |
protected CacheKey |
RequestScopedHttpClientCache.getCacheKey(Destination destination)
Method called in the
#getClient(Destination, HttpClientFactory) method to create a CacheKey for
the given Destination . |
protected CacheKey |
TimeScopedHttpClientCache.getCacheKey(Destination destination)
Method called in the
#getClient(Destination, HttpClientFactory) method to create a CacheKey for
the given Destination . |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient() |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(Destination destination) |
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 org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(String destinationName) |
Copyright © 2018 SAP SE. All rights reserved.