Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Packages that use HttpDestinationProperties
- 
Uses of HttpDestinationProperties in com.sap.cloud.sdk.cloudplatform.connectivity
Subinterfaces of HttpDestinationProperties in com.sap.cloud.sdk.cloudplatform.connectivityModifier and TypeInterfaceDescriptioninterfacePlatform independent representation of a HTTP destination as a collection of key-value pairs.Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement HttpDestinationPropertiesModifier and TypeClassDescriptionfinal classImmutable default implementation of theHttpDestinationinterface.class* Immutable implementation of theHttpDestinationinterface for using the transparent proxy.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type HttpDestinationPropertiesModifier and TypeMethodDescriptionorg.apache.http.client.HttpClientAbstractHttpClientFactory.createHttpClient(HttpDestinationProperties destination) org.apache.hc.client5.http.classic.HttpClientApacheHttpClient5Factory.createHttpClient(HttpDestinationProperties destination) Creates anHttpClientbased on the givenHttpDestinationProperties.org.apache.http.client.HttpClientHttpClientFactory.createHttpClient(HttpDestinationProperties destination) Creates anHttpClientbased on the givenHttpDestinationProperties.protected abstract io.vavr.control.Try<CacheKey>AbstractHttpClientCache.getCacheKey(HttpDestinationProperties destination) Method called in the#getClient(Destination, HttpClientFactory)method to create aCacheKeyfor the givenDestination.protected io.vavr.control.Try<CacheKey>DefaultHttpClientCache.getCacheKey(HttpDestinationProperties destination) protected org.apache.http.impl.conn.PoolingHttpClientConnectionManagerAbstractHttpClientFactory.getConnectionManager(HttpDestinationProperties destination) Get the connection manager for the HTTP client builder.protected org.apache.http.impl.conn.PoolingHttpClientConnectionManagerDefaultHttpClientFactory.getConnectionManager(HttpDestinationProperties destination) static org.apache.hc.client5.http.classic.HttpClientApacheHttpClient5Accessor.getHttpClient(HttpDestinationProperties destination) Returns anHttpClientfor the givenDestination.static org.apache.http.client.HttpClientHttpClientAccessor.getHttpClient(HttpDestinationProperties destination) Returns anHttpClientfor the givenDestination.protected org.apache.http.impl.client.HttpClientBuilderAbstractHttpClientFactory.getHttpClientBuilder(HttpDestinationProperties destination) Get a preconfigured HTTP client builder instance.protected org.apache.http.client.config.RequestConfig.BuilderAbstractHttpClientFactory.getRequestConfigBuilder(HttpDestinationProperties destination) Get the request configuration builder for the HTTP client builder.protected org.apache.http.client.config.RequestConfig.BuilderDefaultHttpClientFactory.getRequestConfigBuilder(HttpDestinationProperties destination) protected org.apache.http.config.SocketConfig.BuilderAbstractHttpClientFactory.getSocketConfigBuilder(HttpDestinationProperties destination) Get the socket configuration builder for the HTTP client builder.protected org.apache.http.config.SocketConfig.BuilderDefaultHttpClientFactory.getSocketConfigBuilder(HttpDestinationProperties destination) io.vavr.control.Try<org.apache.http.client.HttpClient>AbstractHttpClientCache.tryGetHttpClient(HttpDestinationProperties destination, HttpClientFactory httpClientFactory) Gets theHttpClientfor the givenDestinationfrom this cache.io.vavr.control.Try<org.apache.hc.client5.http.classic.HttpClient>ApacheHttpClient5Cache.tryGetHttpClient(HttpDestinationProperties destination, ApacheHttpClient5Factory httpClientFactory) Gets theHttpClientfor the givenDestinationfrom this cache.io.vavr.control.Try<org.apache.http.client.HttpClient>HttpClientCache.tryGetHttpClient(HttpDestinationProperties destination, HttpClientFactory httpClientFactory) Gets theHttpClientfor the givenDestinationfrom this cache.